From 0bae2283b371873cffc7d6401286c757e0a3d93d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 17 Jul 2014 16:25:02 -0700 Subject: [PATCH] tools: rename repl-* rules for easier editing --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 58d621370..d699639b4 100644 --- a/Makefile +++ b/Makefile @@ -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