diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ include java.mk # Be sure to set this before compiling ... - VERSION = 1.2.10 + VERSION = 1.2.11 DIST = ivy-$(VERSION).jar DOCS = doc/html/api #dist = woody/ @@ -39,6 +39,7 @@ clean: ( cd src; make clean ;) ( cd tests; make clean ; ) ( cd examples; make clean; ) + rm -f -- $(DIST) install: install -m 0755 tools/jprobe $(DESTDIR)/usr/bin/ |