diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 4 |
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 |