From 3a75a5741cb91844f13385d39e992d5088061a4e Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Thu, 20 Dec 2012 14:39:56 +0100 Subject: [PATCH] Added distclean to Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34887cb..c8a9fd0 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,9 @@ $(PACKAGE)-$(VERSION).tgz: $(FILES) $(MANS) dist: $(PACKAGE)-$(VERSION).tgz -clean: clean-man +distclean: clean clean-man + +clean: rm -f *~ rm -rf $(PACKAGE)-$(VERSION)