From 32924899b6e06803e4ea04eecb037872f7ffae95 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 9 Jun 2002 18:45:13 +0000 Subject: [PATCH] scripts/Makefile: Add *.rep to clean target --- scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile b/scripts/Makefile index 1a710584..00bd1a8f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -45,6 +45,6 @@ install: $(EXEDIR) $(CONFDIR) if [ -f *.conf ]; then install *.conf $(CONFDIR)/; fi clean distclean libclean: - rm -rf *~ .*.swp core + rm -rf *~ .*.swp core *.rep profclean: