remove benchmarks.

This commit is contained in:
Ben Gras 2010-02-03 14:30:36 +00:00
parent 0561f59b77
commit e0f2607bf0

View File

@ -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