X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=a34c7a616fdfc65e0ba668bf93ed96652b5dc2cf;hb=28583348450b28bd4811d37fa5fe50bcbcfcfb12;hp=4faf82ea40f51f9b0b092485107c304820b9d2f6;hpb=519d8f07e636c3171ad8ce05e729abb0d5b3c4e1;p=open-adventure.git diff --git a/Makefile b/Makefile index 4faf82e..a34c7a6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GCCVERSIONGTEQ4 := $(shell expr `gcc -dumpversion | cut -f1 -d.` \>= 4) ifeq ($(UNAME_S),Darwin) LIBS= else ifeq "$(GCCVERSIONGTEQ4)" "1" - CC=c99 --std=gnu99 + CC=c99 endif OBJS=main.o init.o actions1.o actions2.o score.o misc.o