scripts/Makefile: Add *.rep to clean target

This commit is contained in:
Jan Lindemann 2002-06-09 18:45:13 +00:00 committed by Jan Lindemann
commit 32924899b6

View file

@ -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: