openbsd-ports/benchmarks/lmbench/files/Makefile

16 lines
324 B
Makefile
Raw Normal View History

1997-11-27 12:42:23 -05:00
# A Makefile for the installed lmbench
BINDIR = ./bin/bsd
results:
@(cd scripts; ./config-run ../${BINDIR}/CONFIG)
@(cd scripts; ./results)
rerun:
@(if [ ! -f ${BINDIR}/CONFIG ]; then \
(cd scripts; ./config-run ../${BINDIR}/CONFIG); \
fi)
@(cd scripts; ./results)
see:
cd Results && make summary percent | more