Makefile: Adding ghci-vty target to get a debug prompt for hledger-vty.
This commit is contained in:
parent
b352048948
commit
337b5626f2
3
Makefile
3
Makefile
@ -435,6 +435,9 @@ viewcoverage:
|
|||||||
ghci:
|
ghci:
|
||||||
ghci $(INCLUDEPATHS) $(MAIN)
|
ghci $(INCLUDEPATHS) $(MAIN)
|
||||||
|
|
||||||
|
ghci-vty:
|
||||||
|
ghci $(INCLUDEPATHS) hledger-vty/Hledger/Vty/Main.hs
|
||||||
|
|
||||||
# generate standard sample journals
|
# generate standard sample journals
|
||||||
samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/10000x1000x10.journal data/100000x1000x10.journal
|
samplejournals: data/sample.journal data/100x100x10.journal data/1000x1000x10.journal data/10000x1000x10.journal data/100000x1000x10.journal
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user