From 9c6219a27d7967c4eea64702c9c0366c420c8e4c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 2 Apr 2023 11:54:37 -0400 Subject: [PATCH] The oldcompare production no longer requires savefiles. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 7087e69..8076802 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -149,7 +149,7 @@ count: # The *.chk files need not be up-to-date for this to work. # TAPFILTER=tapview -oldcompare: $(SGAMES) +oldcompare: @if [ -f ../advent430 ]; then cp ../advent430 ../adventure.data .; else echo "advent430 nonexistent"; exit 1; fi @-(for x in *.log; do \ stem=$${x%.log}; \ -- 2.31.1