From 14a337d6814bb9f91cb56e330f4589c537782de5 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 22 Dec 2000 15:12:22 +0000 Subject: [PATCH] distclean target added --- helm/configuration/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2