tools: set BENCHEXES to just hledger by default
This commit is contained in:
parent
746ab99229
commit
315530e1fa
3
Makefile
3
Makefile
@ -18,7 +18,8 @@ COVCMD=test
|
|||||||
# executables to run during "make simplebench". They should be on the path
|
# executables to run during "make simplebench". They should be on the path
|
||||||
# or in the current directory. hledger executables for benchmarking should
|
# or in the current directory. hledger executables for benchmarking should
|
||||||
# generally be the standard optimised cabal build, constrained to parsec 2.
|
# generally be the standard optimised cabal build, constrained to parsec 2.
|
||||||
BENCHEXES=hledger-0.9 hledger ledger
|
#BENCHEXES=hledger-0.9 hledger ledger
|
||||||
|
BENCHEXES=hledger
|
||||||
|
|
||||||
# misc. tools
|
# misc. tools
|
||||||
RST2PDF=rst2pdf
|
RST2PDF=rst2pdf
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user