From ca9aaf443006f8a86b6fc8de9dfb61ad9652d086 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Nov 2007 09:18:25 +0100 Subject: [PATCH] Avoid compiling judge-shuff by default, it is not finished yet. --- judge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/judge/Makefile b/judge/Makefile index d43ddec..293184c 100644 --- a/judge/Makefile +++ b/judge/Makefile @@ -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 -- 2.39.2