summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-02-12 21:23:37 +0100
committerOskar <[email protected]>2024-02-12 21:23:37 +0100
commitc15bfe2f1947b3310ef81263e3cd266a596fdbc6 (patch)
tree3e25bbf98f9891c410a6cad2ef7a7b02b2ddee8a /test/Makefile
parentdcc3d0e1214616ce639dfcc873650e736e6951af (diff)
New work in progress input system in input.c
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