makefile cleanup
This commit is contained in:
parent
51e1e8b75f
commit
5dd0ed838b
4
Makefile
4
Makefile
@ -1,5 +1,3 @@
|
|||||||
# executables for "make bench". prepend ./ to these if not in $PATH
|
|
||||||
BENCHEXES=hledger ledger
|
|
||||||
|
|
||||||
BUILD=ghc --make hledger.hs -o hledger -O
|
BUILD=ghc --make hledger.hs -o hledger -O
|
||||||
BUILDFLAGS=-DVTY
|
BUILDFLAGS=-DVTY
|
||||||
@ -38,6 +36,8 @@ profile:
|
|||||||
cat simple.prof
|
cat simple.prof
|
||||||
|
|
||||||
# run performance benchmarks and save results in profs
|
# run performance benchmarks and save results in profs
|
||||||
|
# prepend ./ to these if not in $PATH
|
||||||
|
BENCHEXES=hledger ledger
|
||||||
bench: buildbench sampleledgers
|
bench: buildbench sampleledgers
|
||||||
./bench $(BENCHEXES) | tee profs/`date +%Y%m%d%H%M%S`.bench
|
./bench $(BENCHEXES) | tee profs/`date +%Y%m%d%H%M%S`.bench
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user