Get rid of tarballs with 'make clean'.
This commit is contained in:
parent
5e85d65c79
commit
acc08b8a5c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ database.c database.h: compile adventure.text
|
|||
|
||||
clean:
|
||||
rm -f *.o advent *.html database.[ch] compile *.gcno *.gcda
|
||||
rm -f README advent.6 MANIFEST
|
||||
rm -f README advent.6 MANIFEST *.tar.gz
|
||||
cd tests; $(MAKE) --quiet clean
|
||||
|
||||
check: advent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue