more makefile distclean target work
authorBdale Garbee <bdale@gag.com>
Thu, 2 Sep 2010 04:52:04 +0000 (00:52 -0400)
committerBdale Garbee <bdale@gag.com>
Thu, 2 Sep 2010 04:52:04 +0000 (00:52 -0400)
ao-tools/altosui/Makefile

index 92922de3eea33000788e7799a595ac9c046e3729..852710394c01f8d23ff97dffcb2895ad8b904379 100644 (file)
@@ -135,6 +135,7 @@ clean:
        rm -rf windows linux
 
 distclean:     clean
+       rm -f $(DARWIN_ZIP) $(WINDOWS_ZIP) $(LINUX_TGZ)
 
 FAT_FILES=$(FATJAR) $(FREETTSJAR) $(HEXFILES)