tools: rename repl-* rules for easier editing

This commit is contained in:
Simon Michael 2014-07-17 16:25:02 -07:00
parent 441cae645f
commit 0bae2283b3

View File

@ -557,13 +557,13 @@ ghci:
ghciweb:
$(GHCI) $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs
repllib:
repl-lib:
(cd hledger-lib; cabal repl)
replcli:
repl-cli repl:
(cd hledger; cabal repl exe:hledger)
replweb:
repl-web:
(cd hledger-web; cabal repl exe:hledger-web)
# generate standard sample journals