diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-30 19:37:17 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-30 19:37:17 -0600 |
commit | 2a004d17a13b4ff52d892bfdecff8ad3d0823f7c (patch) | |
tree | fa7ba64511b4534a48631b545a22d5964e7ff0a8 /ao-tools | |
parent | 507e429db6638f82c32449e9c5ca06b46da30134 (diff) |
don't build all the "fat" jar deliverables by default
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/altosui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index ce627ec0..5a8d7454 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -76,7 +76,8 @@ WINDOWS_ZIP=Altos-Windows.zip LINUX_TGZ=Altos-Linux.tgz -all: altosui altosui.jar $(LINUX_APP) $(DARWIN_ZIP) $(WINDOWS_ZIP) $(LINUX_TGZ) +all: altosui.jar $(LINUX_APP) +fat: altosui.jar $(LINUX_APP) $(DARWIN_ZIP) $(WINDOWS_ZIP) $(LINUX_TGZ) $(CLASSFILES): |