From: Martin Mares Date: Tue, 22 Nov 2005 15:16:17 +0000 (+0000) Subject: Clean pedant. X-Git-Tag: python-dummy-working~428 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=47381e8e145c897e8f45647313b6de1910c46430;p=moe.git Clean pedant. --- 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