C templates GNUmakefile: add nowarn target

This commit is contained in:
2021-08-27 20:15:16 +02:00
parent e45819d3ef
commit 9e85bd36df

View File

@@ -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