aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/files/Makefile
blob: cb0a1523e2a1735b03c15e197e5515f048fdcdf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# A Makefile for the installed lmbench
BINDIR = ./bin/bsd

results:
	@(cd scripts; ./config-run ${BINDIR}/CONFIG)
	@(cd scripts; ./results)

rerun:
	@(if [ ! -f bin/bsd/CONFIG ]; then \
	  (cd scripts; ./config-run ${BINDIR}/CONFIG); \
	fi)
	@(cd scripts; ./results)

see:
	cd Results && make summary percent | more