diff options
author | Keith Packard <keithp@keithp.com> | 2014-09-09 09:38:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-09-09 09:38:03 -0700 |
commit | a8c799c48a52bf13466536db627b66bfe2a435cd (patch) | |
tree | 4358919310b91fb8c16c2247f63f65efcf2f0e08 /altosuilib | |
parent | cef3be371cb3a9e481c2bd6abdf22c51953773f1 (diff) |
altoslib/altosuilib: clean all versions of the .jar file
When we switch libary versions, we want to remove the old ones; just
have 'make clean' remove all versions of the libaries.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib')
-rw-r--r-- | altosuilib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/Makefile.am b/altosuilib/Makefile.am index 21ccd131..d51da91d 100644 --- a/altosuilib/Makefile.am +++ b/altosuilib/Makefile.am @@ -103,7 +103,7 @@ ICONJAR= -C $(ICONDIR) redled.png -C $(ICONDIR) redoff.png \ all-local: $(JAR) clean-local: - -rm -rf $(JAVAROOT) $(JAR) + -rm -rf $(JAVAROOT) altosuilib_*.jar install-altosuilibJAVA: $(JAR) @$(NORMAL_INSTALL) |