X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=judge%2FMakefile;h=1478b496aa798ba80a546bea212201dc9678fa73;hb=107b5e8dc73f0180e2b3f35f8ed031662bbc57fb;hp=293184c1d8f2b363bcca750f30a67f606ed0d8f1;hpb=ca9aaf443006f8a86b6fc8de9dfb61ad9652d086;p=moe.git diff --git a/judge/Makefile b/judge/Makefile index 293184c..1478b49 100644 --- a/judge/Makefile +++ b/judge/Makefile @@ -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