Fix for GitLab issue #59.

This commit is contained in:
Eric S. Raymond 2022-10-21 11:21:58 -04:00
parent b6c0f5bff0
commit 750cfe36d8

View file

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