aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-16 19:57:06 -0700
committerJohn MacFarlane <[email protected]>2022-10-16 19:57:16 -0700
commit276335bcea515061250b894bbc78da222fb3fdf6 (patch)
treeff9398c9a5719db687259242ffa20d126f1805b2 /Makefile
parentabb7aab75f241a70b11365d52fae0dffa77b077f (diff)
Makefile: add ghcid target
Diffstat (limited to 'Makefile')
-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