From 381f71b180b43b99322cb1da103d4c429701bc08 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Wed, 18 Oct 2006 01:18:27 +0100 Subject: [PATCH] Tiny bit of make cleaning --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12dd8c9..b7bbd3a 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ clean: -rm -f `find . -name "*.class"` -rm -f `find . -name "*.bak"` -rm -f `find . -name ".cache*"` - -rm manpage.links - -rm manpage.refs + -rm -f manpage.links manpage.refs -find . -name auth -exec rm -vf {}/password {}/username \; doc: