diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I. -lSDL2 +CFLAGS=-g -I. -lSDL2 SRC:=$(shell find ./ -maxdepth 1 -type f -regex ".*\.c" -not -name "main.c") OBJ:=$(patsubst ./%.c,build/%.o,$(SRC)) _TESTS:=$(shell find ./tests/ -maxdepth 1 -type f -regex ".*\.c") |