From 47381e8e145c897e8f45647313b6de1910c46430 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 22 Nov 2005 15:16:17 +0000 Subject: [PATCH] Clean pedant. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e27aae..abfeafd 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ bin/pedant: src/pedant.o clean: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core` - rm -f bin/box bin/iwrapper bin/md5crypt + rm -f bin/box bin/iwrapper bin/md5crypt bin/pedant distclean: clean -- 2.39.2