]> mj.ucw.cz Git - eval.git/blobdiff - judge/Makefile
Added a switch for manual control of syscall actions.
[eval.git] / judge / Makefile
index 293184c1d8f2b363bcca750f30a67f606ed0d8f1..d43ddecd2bc584b2e7e62985051eeafd1165ca69 100644 (file)
@@ -2,8 +2,7 @@ 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 filter-cmt
-# judge-shuff
+all: test-io test-tok judge-tok judge-shuff filter-cmt
 
 JLIB=utils.o io.o token.o