X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=judge%2FMakefile;h=1478b496aa798ba80a546bea212201dc9678fa73;hb=50cc126ebe949259a54f153a123848d771601b77;hp=686c2404ed714440ba1936ac1df5b9bcb4f9b1e2;hpb=5da8c71a643e2c486b8bcdbd6dfbe8ec6cad6b1b;p=eval.git diff --git a/judge/Makefile b/judge/Makefile index 686c240..1478b49 100644 --- a/judge/Makefile +++ b/judge/Makefile @@ -1,4 +1,4 @@ -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 @@ -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