Remove -ansi from CFLAGS (patch by @fxcoudert in #38)

This commit is contained in:
Thomas Jensen 2017-03-14 13:26:38 +01:00
parent 96686d03e7
commit 014843c3aa

View File

@ -62,7 +62,7 @@ boxes.exe: $(ALL_OBJ)
flags_unix: flags_unix:
$(eval CFLAGS := -ansi -I. -Iregexp -Wall -W $(CFLAGS_ADDTL)) $(eval CFLAGS := -I. -Iregexp -Wall -W $(CFLAGS_ADDTL))
$(eval LDFLAGS := -Lregexp $(LDFLAGS_ADDTL)) $(eval LDFLAGS := -Lregexp $(LDFLAGS_ADDTL))
$(eval BOXES_EXECUTABLE_NAME := boxes) $(eval BOXES_EXECUTABLE_NAME := boxes)
$(eval ALL_OBJ := $(GEN_SRC:.c=.o) $(ORIG_NORM:.c=.o)) $(eval ALL_OBJ := $(GEN_SRC:.c=.o) $(ORIG_NORM:.c=.o))