diff --git a/c/templates/GNUmakefile b/c/templates/GNUmakefile index ae49b88..ec9eac0 100644 --- a/c/templates/GNUmakefile +++ b/c/templates/GNUmakefile @@ -33,7 +33,7 @@ all: CFLAGS+=-DTESTALL all: clean test nowarn: CFLAGS:=$(filter-out -Wextra -Wall,$(CFLAGS)) -nowarn: clean all +nowarn: all debug: CFLAGS+=-DDEBUG debug: all