]> mj.ucw.cz Git - eval.git/commitdiff
Avoid compiling judge-shuff by default, it is not finished yet.
authorMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:18:25 +0000 (09:18 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 19 Nov 2007 08:18:25 +0000 (09:18 +0100)
judge/Makefile

index d43ddecd2bc584b2e7e62985051eeafd1165ca69..293184c1d8f2b363bcca750f30a67f606ed0d8f1 100644 (file)
@@ -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