mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-20 09:48:12 +02:00
Remove -ansi from CFLAGS (patch by @fxcoudert in #38)
This commit is contained in:
parent
96686d03e7
commit
014843c3aa
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user