Don't build with two -std options.

This commit is contained in:
Jason S. Ninneman 2017-05-29 10:57:47 -07:00
parent 519d8f07e6
commit f5302b3b46

View file

@ -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