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