summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2010-09-02 00:52:04 -0400
committerBdale Garbee <bdale@gag.com>2010-09-02 00:52:04 -0400
commit3aafd70257b70b7c11ba9c55749157979bc61ea2 (patch)
tree750fc055cfd78fae89bc81a30bdcf63d5e62ded9
parentd5a6ad87c7a9ac03b2e694bed0a54b6cc4322a6f (diff)
more makefile distclean target work
-rw-r--r--ao-tools/altosui/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile
index 92922de3..85271039 100644
--- a/ao-tools/altosui/Makefile
+++ b/ao-tools/altosui/Makefile
@@ -135,6 +135,7 @@ clean:
rm -rf windows linux
distclean: clean
+ rm -f $(DARWIN_ZIP) $(WINDOWS_ZIP) $(LINUX_TGZ)
FAT_FILES=$(FATJAR) $(FREETTSJAR) $(HEXFILES)