C template GNUmakefile: remove redundant clean in "nowarn" target
This commit is contained in:
@@ -33,7 +33,7 @@ all: CFLAGS+=-DTESTALL
|
|||||||
all: clean test
|
all: clean test
|
||||||
|
|
||||||
nowarn: CFLAGS:=$(filter-out -Wextra -Wall,$(CFLAGS))
|
nowarn: CFLAGS:=$(filter-out -Wextra -Wall,$(CFLAGS))
|
||||||
nowarn: clean all
|
nowarn: all
|
||||||
|
|
||||||
debug: CFLAGS+=-DDEBUG
|
debug: CFLAGS+=-DDEBUG
|
||||||
debug: all
|
debug: all
|
||||||
|
Reference in New Issue
Block a user