remove duplicate cflag
This commit is contained in:
parent
d867cd7dc9
commit
339ea176fe
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ all: bin/picrin
|
||||||
|
|
||||||
include $(sort $(wildcard contrib/*/nitro.mk))
|
include $(sort $(wildcard contrib/*/nitro.mk))
|
||||||
|
|
||||||
debug: CFLAGS += -O0 -g -std=c89 -pedantic -Wall -Werror
|
debug: CFLAGS += -O0 -g -std=c89 -pedantic -Werror
|
||||||
debug: bin/picrin
|
debug: bin/picrin
|
||||||
|
|
||||||
bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a
|
bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a
|
||||||
|
|
Loading…
Reference in New Issue