projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519d8f0
)
Don't build with two -std options.
author
Jason S. Ninneman
<jsn@mbar.us>
Mon, 29 May 2017 17:57:47 +0000
(10:57 -0700)
committer
Jason S. Ninneman
<jsn@mbar.us>
Mon, 29 May 2017 17:57:47 +0000
(10:57 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4faf82ea40f51f9b0b092485107c304820b9d2f6..a34c7a616fdfc65e0ba668bf93ed96652b5dc2cf 100644
(file)
--- 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