Get rid of tarballs with 'make clean'.

This commit is contained in:
Jason S. Ninneman 2017-06-05 14:06:30 -07:00
parent 5e85d65c79
commit acc08b8a5c

View file

@ -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