remove benchmarks.
This commit is contained in:
parent
0561f59b77
commit
e0f2607bf0
@ -16,12 +16,9 @@ BIGOBJ= test20 test24
|
|||||||
ROOTOBJ= test11 test33 test43 test46
|
ROOTOBJ= test11 test33 test43 test46
|
||||||
GCCOBJ= test45-gcc test49-gcc
|
GCCOBJ= test45-gcc test49-gcc
|
||||||
|
|
||||||
all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ) Benchmarks
|
all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ)
|
||||||
chmod 755 *.sh run
|
chmod 755 *.sh run
|
||||||
|
|
||||||
Benchmarks:
|
|
||||||
cd benchmarks && for d in *bench*; do cd $$d && $(MAKE) || exit 1; done
|
|
||||||
|
|
||||||
$(OBJ):
|
$(OBJ):
|
||||||
$(CC) $(CFLAGS) -o $@ $@.c
|
$(CC) $(CFLAGS) -o $@ $@.c
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user