Remove .adv files with make clean.
This commit is contained in:
parent
7e6cff7014
commit
8ce6f2980b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue