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: