Get rid of tarballs with 'make clean'. 47/head
authorJason S. Ninneman <jsn@mbar.us>
Mon, 5 Jun 2017 21:06:30 +0000 (14:06 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Mon, 5 Jun 2017 21:06:30 +0000 (14:06 -0700)
Makefile

index 55734638c28255611287a86f0962ca57e03b0881..3b8844e60e95f2577700554c9ba640c75c0a0a39 100644 (file)
--- a/Makefile
+++ b/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