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:
db8ca5e
)
Comment polishing.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 12 Mar 2023 21:14:18 +0000
(17:14 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 12 Mar 2023 21:14:18 +0000
(17:14 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index eebc68c93fe52ac3215b429fe89f8ec21f0bff56..0f82c4a69833ba42ac8390073410e795e07937fd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,7
+1,7
@@
# Makefile for the open-source release of adventure 2.5
# To build with save/resume disabled, pass CFLAGS="-DADVENT_NOSAVE"
-# To build with auto-save/resume enabled, pass CFLAGS="-D
ADVENT_AUTOSAVE"
+# To build with auto-save/resume enabled, pass CFLAGS="-DADVENT_AUTOSAVE"
VERS=$(shell sed -n <NEWS '/^[0-9]/s/:.*//p' | head -1)