diff options
author | Oskar <[email protected]> | 2024-02-12 21:23:37 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-02-12 21:23:37 +0100 |
commit | c15bfe2f1947b3310ef81263e3cd266a596fdbc6 (patch) | |
tree | 3e25bbf98f9891c410a6cad2ef7a7b02b2ddee8a /test/Makefile | |
parent | dcc3d0e1214616ce639dfcc873650e736e6951af (diff) |
New work in progress input system in input.c
Diffstat (limited to 'test/Makefile')
-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 |