diff options
author | Bdale Garbee <bdale@gag.com> | 2010-09-02 00:52:04 -0400 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-09-02 00:52:04 -0400 |
commit | 3aafd70257b70b7c11ba9c55749157979bc61ea2 (patch) | |
tree | 750fc055cfd78fae89bc81a30bdcf63d5e62ded9 | |
parent | d5a6ad87c7a9ac03b2e694bed0a54b6cc4322a6f (diff) |
more makefile distclean target work
-rw-r--r-- | ao-tools/altosui/Makefile | 1 |
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) |