From: Claudio Sacerdoti Coen Date: Fri, 22 Dec 2000 15:12:22 +0000 (+0000) Subject: distclean target added X-Git-Tag: nogzip~64 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=14a337d6814bb9f91cb56e330f4589c537782de5;p=helm.git distclean target added --- diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in index 597add54b..0da9a1292 100644 --- a/helm/configuration/Makefile.in +++ b/helm/configuration/Makefile.in @@ -5,4 +5,7 @@ install: cp lib/configuration.pl $(HELM_LIB_DIR) cp etc/* $(HELM_ETC_DIR) -.PHONY: install +distclean: + rm -f Makefile configure config.log config.cache config.status + +.PHONY: install distclean