summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index a97614b..0ba1132 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -8,3 +8,7 @@ all: 7ed-TESTING
clean:
cd .. && make clean
echo "Cleaned."
+
+smode:
+ echo "CC input.c ---> smode"
+ cd .. && gcc -Wfatal-errors -Wall -Werror -Wextra -g -fsanitize=address input.c -o test/smode