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:
b6c0f5b
)
Fix for GitLab issue #59.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 21 Oct 2022 15:21:58 +0000
(11:21 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 21 Oct 2022 15:21:58 +0000
(11:21 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e39261798ce9849f8a322e66370b71ba984c506a..59f7e4e5af02de348b94a28ca571a9bf7714dd6d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,6
@@
# Makefile for the open-source release of adventure 2.5
-# To build with save/resume disabled, pass C
CFLAGS="-D
ADVENT_NOSAVE"
+# To build with save/resume disabled, pass C
FLAGS="-D
ADVENT_NOSAVE"
VERS=$(shell sed -n <NEWS '/^[0-9]/s/:.*//p' | head -1)