Remove .adv files with make clean.
This commit is contained in:
parent
5bcb04b86d
commit
0f65f14b36
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ all: regress
|
||||||
.SUFFIXES: .chk
|
.SUFFIXES: .chk
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -fr *~ adventure.text
|
rm -fr *~ adventure.text *.adv
|
||||||
|
|
||||||
# Show summary lines for all tests.
|
# Show summary lines for all tests.
|
||||||
testlist:
|
testlist:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue