diff options
| author | John MacFarlane <[email protected]> | 2024-01-05 14:50:27 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-01-05 14:50:27 -0800 |
| commit | 6533296fae743d85ae1e6072a6ce4b139f9a4ba1 (patch) | |
| tree | f877463967d8ccb003c00a8389663c01ef2a0cfe /Makefile | |
| parent | 89a6fa9b002ddb5a2e05998e1d1763d193863ac0 (diff) | |
Fix make binpath target.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ build: ## build executable .PHONY: build binpath: ## print path of built pandoc executable - @cabal list-bin $(CABALOPTS) pandoc-cli + @cabal list-bin $(CABALOPTS) --ghc-options='$(GHCOPTS)' pandoc-cli .PHONY: binpath ghcid: ## run ghcid |
