From e0f2607bf06a44e560897bec23f5e5708db6a8a7 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 3 Feb 2010 14:30:36 +0000 Subject: [PATCH] remove benchmarks. --- test/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 50097cf6a..7068771a1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,12 +16,9 @@ BIGOBJ= test20 test24 ROOTOBJ= test11 test33 test43 test46 GCCOBJ= test45-gcc test49-gcc -all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ) Benchmarks +all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ) chmod 755 *.sh run -Benchmarks: - cd benchmarks && for d in *bench*; do cd $$d && $(MAKE) || exit 1; done - $(OBJ): $(CC) $(CFLAGS) -o $@ $@.c -- 2.44.0