]> mj.ucw.cz Git - moe.git/blobdiff - judge/Makefile
Renamed desktop icons.
[moe.git] / judge / Makefile
index 293184c1d8f2b363bcca750f30a67f606ed0d8f1..1478b496aa798ba80a546bea212201dc9678fa73 100644 (file)
@@ -1,9 +1,8 @@
-CC=gcc-4.1.1
+#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