From: Jason S. Ninneman Date: Mon, 29 May 2017 17:57:47 +0000 (-0700) Subject: Don't build with two -std options. X-Git-Tag: seed~13 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=f5302b3b465d4920a8c735c67910160ff18cdd6c Don't build with two -std options. --- 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