summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/files/Makefile
blob: 67c47d13612d1c35d887d2ff5a4784d09cb5a7ce (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 ${BINDIR}/CONFIG ]; then \
	  (cd scripts; ./config-run ../${BINDIR}/CONFIG); \
	fi)
	@(cd scripts; ./results)

see:
	cd Results && make summary percent | more