From: Martin Mares Date: Sun, 18 Nov 2007 19:26:02 +0000 (+0100) Subject: Clean judge-shuff. X-Git-Tag: python-dummy-working~266 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=049165093983ab57b77dd5a4cc6f30258717a5a9;p=moe.git Clean judge-shuff. --- diff --git a/judge/Makefile b/judge/Makefile index 686c240..d43ddec 100644 --- a/judge/Makefile +++ b/judge/Makefile @@ -24,7 +24,7 @@ judge-tok.test: judge-tok clean:: rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core` - rm -f test-io test-tok judge-tok filter-cmt + rm -f test-io test-tok judge-tok judge-shuff filter-cmt rm -rf tmp .PHONY: all clean distclean