From a5a4779601287f78c4039b48b1697f87db07a9bb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 24 Jul 2009 20:06:33 +0000 Subject: added a distclean target to remove the dist tarball and clean svn path=/trunk/externals/ext13/; revision=11881 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.1