diff --git a/Makefile b/Makefile index 06891f47..287e43b3 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ all: bin/picrin include $(sort $(wildcard contrib/*/nitro.mk)) -debug: CFLAGS += -O0 -g -DDEBUG=1 +debug: CFLAGS += -O0 -g debug: bin/picrin bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a