.sh is for libraries (rename)

This commit is contained in:
Connor Olding 2013-11-15 19:22:23 -08:00
parent f88a5ed0c4
commit 08602e69bc
2 changed files with 1 additions and 1 deletions

View file

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

View file