Fix for GitLab issue #59.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 21 Oct 2022 15:21:58 +0000 (11:21 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 21 Oct 2022 15:21:58 +0000 (11:21 -0400)
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 CCFLAGS="-D ADVENT_NOSAVE"
+# To build with save/resume disabled, pass CFLAGS="-DADVENT_NOSAVE"
 
 VERS=$(shell sed -n <NEWS '/^[0-9]/s/:.*//p' | head -1)