Don't build with two -std options.
This commit is contained in:
parent
519d8f07e6
commit
f5302b3b46
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue