summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 384bd3fbe..0bb3e8d0b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,10 @@ binpath: ## print path of built pandoc executable
@cabal list-bin $(CABALOPTS) pandoc-cli
.PHONY: binpath
+ghcid: ## run ghcid
+ ghcid -c 'cabal repl pandoc'
+.PHONY: ghcid
+
# Note: to accept current results of golden tests,
# make test TESTARGS='--accept'
test: ## unoptimized build and run tests with cabal