Comment polishing.

This commit is contained in:
Eric S. Raymond 2023-03-12 17:14:18 -04:00
parent db8ca5eb26
commit 47c3d14a11

View file

@ -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)