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:
2270c6a
)
Use C99 moode of compiler.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 26 May 2017 18:03:17 +0000
(14:03 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 26 May 2017 18:03:17 +0000
(14:03 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d13aa7c8bc1eff1c777d6ed2fac9cca2a10aa64f..8dbcb562e5c9529c13755ea7e2fa2197460da871 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-8,7
+8,7
@@
SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control
gcc -O $(DBX) -c $<
advent: $(OBJS)
- gcc -O $(DBX) -o advent $(OBJS) $(LIBS)
+ gcc -
std=c99 -
O $(DBX) -o advent $(OBJS) $(LIBS)
main.o: misc.h funcs.h