mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: define GHCI version
This commit is contained in:
parent
ebf42046d8
commit
7c204e1dfd
5
Makefile
5
Makefile
@ -27,6 +27,7 @@ VIEWPDF=$(BROWSE)
|
||||
PRINT=lpr
|
||||
|
||||
GHC=ghc
|
||||
GHCI=ghci
|
||||
HADDOCK=haddock
|
||||
# used for make auto, http://joyful.com/repos/searchpath
|
||||
SP=sp
|
||||
@ -514,10 +515,10 @@ viewcoverage:
|
||||
|
||||
# get a debug prompt
|
||||
ghci:
|
||||
ghci $(INCLUDEPATHS) $(MAIN)
|
||||
$(GHCI) $(INCLUDEPATHS) $(MAIN)
|
||||
|
||||
ghciweb:
|
||||
ghci $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs
|
||||
$(GHCI) $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs
|
||||
|
||||
# generate standard sample journals
|
||||
samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/1000x10000x10.journal data/10000x1000x10.journal data/10000x10000x10.journal data/100000x1000x10.journal
|
||||
|
Loading…
Reference in New Issue
Block a user