diff --git a/Makefile b/Makefile index 037cf477..dcf863c4 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ all: bin/picrin include $(sort $(wildcard contrib/*/nitro.mk)) -debug: CFLAGS += -O0 -g -ansi -std=c89 -pedantic -Wall -Werror +debug: CFLAGS += -O0 -g -std=c89 -pedantic -Wall -Werror debug: bin/picrin bin/picrin: $(PICRIN_OBJS) $(CONTRIB_OBJS) lib/libbenz.a