remove duplicate cflag

This commit is contained in:
Yuichi Nishiwaki 2015-07-13 09:38:06 +09:00
parent d867cd7dc9
commit 339ea176fe
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ all: bin/picrin
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
bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a