From b744033a284a5e882437252d39d981034bd8fafc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Feb 2016 17:45:05 -0800 Subject: [PATCH] tools: make ghci-api --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a766d1768..012601dcb 100644 --- a/Makefile +++ b/Makefile @@ -804,6 +804,10 @@ ghci-web: \ $(call def-help,ghci-web, start a GHCI REPL and load the hledger-lib, hledger and hledger-web packages) stack exec $(GHCI) -- $(BUILDFLAGS) hledger-web/app/main.hs +ghci-api: \ + $(call def-help,ghci-api, start a GHCI REPL and load the hledger-lib, hledger and hledger-api packages) + stack exec $(GHCI) -- $(BUILDFLAGS) hledger-api/hledger-api.hs + samplejournals: \ data/sample.journal \ data/100x100x10.journal \