diff --git a/c/templates/GNUmakefile b/c/templates/GNUmakefile index adf038d..46767fd 100644 --- a/c/templates/GNUmakefile +++ b/c/templates/GNUmakefile @@ -29,6 +29,9 @@ include makefile all: CFLAGS+=-DTESTALL all: clean test +nowarn: CFLAGS:=$(filter-out -Wextra -Wall,$(CFLAGS)) +nowarn: clean test + debugall: CFLAGS+=-DDEBUG debugall: all