The oldcompare production no longer requires savefiles.
This commit is contained in:
parent
34516ecf39
commit
9c6219a27d
1 changed files with 1 additions and 1 deletions
|
@ -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}; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue