aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d8fffb3d1..9db210cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,10 @@ ghcid: ## run ghcid
ghcid -c 'cabal repl pandoc'
.PHONY: ghcid
+repl: ## run cabal repl
+ cabal repl $(CABALOPTS) pandoc
+.PHONY: repl
+
# Note: to accept current results of golden tests,
# make test TESTARGS='--accept'
test: ## unoptimized build and run tests with cabal