Remove .adv files with make clean.

This commit is contained in:
Jason S. Ninneman 2017-06-08 00:14:09 -07:00 committed by NHOrus
parent 7e6cff7014
commit 8ce6f2980b

View file

@ -14,7 +14,7 @@ all: regress
.SUFFIXES: .chk
clean:
rm -fr *~ adventure.text
rm -fr *~ adventure.text *.adv
# Show summary lines for all tests.
testlist: