From: Martin Mares Date: Mon, 19 Nov 2007 08:18:25 +0000 (+0100) Subject: Avoid compiling judge-shuff by default, it is not finished yet. X-Git-Tag: python-dummy-working~264 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ca9aaf443006f8a86b6fc8de9dfb61ad9652d086;p=eval.git Avoid compiling judge-shuff by default, it is not finished yet. --- diff --git a/judge/Makefile b/judge/Makefile index d43ddec..293184c 100644 --- a/judge/Makefile +++ b/judge/Makefile @@ -2,7 +2,8 @@ CC=gcc-4.1.1 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -Winline $(DEBUG) -std=gnu99 CFLAGS+=-Wno-pointer-sign -Wdisabled-optimization -Wno-missing-field-initializers -all: test-io test-tok judge-tok judge-shuff filter-cmt +all: test-io test-tok judge-tok filter-cmt +# judge-shuff JLIB=utils.o io.o token.o