From b8c6f6fc5a476aaeb27788e411a2123d4c15ea5e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 4 Feb 2010 19:23:34 +0000 Subject: [PATCH] tools: enable all optional code when running ghci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 364bf55c0..c4ded22dd 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ coverage: sampleledgers hledgercov # get a debug prompt ghci: - ghci hledger.hs + ghci -DMAKE $(OPTFLAGS) hledger.hs # generate standard sample ledgers sampleledgers: sample.ledger 100x100x10.ledger 1000x1000x10.ledger 10000x1000x10.ledger 100000x1000x10.ledger