From 09fba0d5efe249766623d5c6f8688a1e0659dafd Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 1 Oct 2021 23:24:41 -0400 Subject: config file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab52d85..1cf25fa 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ sandbox: *.[ch] - $(CC) -Wall -Wconversion -Wshadow -Wno-unused-function -I/usr/include/SDL2 main.c -DDEBUG=1 -O0 -o sandbox -lSDL2 -lm + $(CC) -Wall -Wconversion -Wshadow -Wno-unused-function -I/usr/include/SDL2 main.c -DDEBUG=1 -O0 -g -o sandbox -lSDL2 -lm -- cgit v1.2.3