Remove .adv files with make clean.

This commit is contained in:
Jason S. Ninneman 2017-06-08 00:14:09 -07:00
parent 5bcb04b86d
commit 0f65f14b36

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: