Comment polishing.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 12 Mar 2023 21:14:18 +0000 (17:14 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 12 Mar 2023 21:14:18 +0000 (17:14 -0400)
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)