.sh is for libraries (rename)
This commit is contained in:
parent
f88a5ed0c4
commit
08602e69bc
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -30,7 +30,7 @@ all: options ${ALL}
|
||||||
bench: all ${BENCH}
|
bench: all ${BENCH}
|
||||||
@echo LD ${BENCH} ${MID} -o $@
|
@echo LD ${BENCH} ${MID} -o $@
|
||||||
@${CC} ${ALL_CFLAGS} ${BENCH} -o $@ ${ALL_LDFLAGS} -rdynamic -ldl
|
@${CC} ${ALL_CFLAGS} ${BENCH} -o $@ ${ALL_LDFLAGS} -rdynamic -ldl
|
||||||
./bench.sh ./bench ${AGAINST}
|
./benchtime ./bench ${AGAINST}
|
||||||
|
|
||||||
.PHONY: options
|
.PHONY: options
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue