mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: make repl[lib,web], cabal repl in each package
This commit is contained in:
parent
7d984fb2e4
commit
4c509ff933
9
Makefile
9
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user