C templates GNUmakefile: add nowarn target
This commit is contained in:
@@ -29,6 +29,9 @@ include makefile
|
|||||||
all: CFLAGS+=-DTESTALL
|
all: CFLAGS+=-DTESTALL
|
||||||
all: clean test
|
all: clean test
|
||||||
|
|
||||||
|
nowarn: CFLAGS:=$(filter-out -Wextra -Wall,$(CFLAGS))
|
||||||
|
nowarn: clean test
|
||||||
|
|
||||||
debugall: CFLAGS+=-DDEBUG
|
debugall: CFLAGS+=-DDEBUG
|
||||||
debugall: all
|
debugall: all
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user