From c15bfe2f1947b3310ef81263e3cd266a596fdbc6 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 12 Feb 2024 21:23:37 +0100 Subject: New work in progress input system in input.c --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Makefile') 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 -- cgit v1.2.3