C template GNUmakefile: remove redundant clean in "nowarn" target

This commit is contained in:
2021-08-27 21:54:27 +02:00
parent 9cc619e37f
commit c9ddb8b3ce

View File

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