diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-07-24 20:06:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-07-24 20:06:33 +0000 |
commit | a5a4779601287f78c4039b48b1697f87db07a9bb (patch) | |
tree | 20ba6c19679066f7f5d7f895067f5eeba5ba525e /Makefile | |
parent | 650ae12d65bfb707e3c2a16e4bf131f61a2d23f6 (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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |