diff --git a/Makefile b/Makefile index 31c3f17..ba049cd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ CC=gcc -CFLAGS=-Wall -Werror -CPPFLAGS+=-Isrc/include +CFLAGS=-Wall -Isrc/include -DDEBUG -g #LDFLAGS=-lm SRC=src/sort.c src/random.c OBJ=$(SRC:.c=.o)