diff options
| author | John MacFarlane <[email protected]> | 2022-10-16 19:57:06 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-16 19:57:16 -0700 |
| commit | 276335bcea515061250b894bbc78da222fb3fdf6 (patch) | |
| tree | ff9398c9a5719db687259242ffa20d126f1805b2 /Makefile | |
| parent | abb7aab75f241a70b11365d52fae0dffa77b077f (diff) | |
Makefile: add ghcid target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
