tools: make repl[lib,web], cabal repl in each package

This commit is contained in:
Simon Michael 2014-07-06 10:47:45 -07:00
parent 7d984fb2e4
commit 4c509ff933

View File

@ -549,6 +549,15 @@ ghci:
ghciweb:
$(GHCI) $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs
repllib:
(cd hledger-lib; cabal repl)
repl:
(cd hledger; cabal repl exe:hledger)
replweb:
(cd hledger-web; cabal repl exe:hledger-web)
# 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