aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-07-24 20:06:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-07-24 20:06:33 +0000
commita5a4779601287f78c4039b48b1697f87db07a9bb (patch)
tree20ba6c19679066f7f5d7f895067f5eeba5ba525e /Makefile
parent650ae12d65bfb707e3c2a16e4bf131f61a2d23f6 (diff)
added a distclean target to remove the dist tarball and clean
svn path=/trunk/externals/ext13/; revision=11881
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e43f81..3991f17 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,9 @@ clean:
-rm -f -- $(SOURCES:.c=.$(EXTENSION))
-rm -f -- $(LIBRARY_NAME).$(EXTENSION)
+distclean: clean
+ -rm -f -- ../$(LIBRARY_NAME)-$(OS)-$(shell uname -m).tar.bz2
+ -rm -f -- ../$(LIBRARY_NAME)-$(OS).tar.bz2
dist: dist_$(OS)