tools: enable all optional code when running ghci
This commit is contained in:
parent
357b27fb63
commit
b8c6f6fc5a
2
Makefile
2
Makefile
@ -214,7 +214,7 @@ coverage: sampleledgers hledgercov
|
|||||||
|
|
||||||
# get a debug prompt
|
# get a debug prompt
|
||||||
ghci:
|
ghci:
|
||||||
ghci hledger.hs
|
ghci -DMAKE $(OPTFLAGS) hledger.hs
|
||||||
|
|
||||||
# generate standard sample ledgers
|
# generate standard sample ledgers
|
||||||
sampleledgers: sample.ledger 100x100x10.ledger 1000x1000x10.ledger 10000x1000x10.ledger 100000x1000x10.ledger
|
sampleledgers: sample.ledger 100x100x10.ledger 1000x1000x10.ledger 10000x1000x10.ledger 100000x1000x10.ledger
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user