aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-01-05 14:50:27 -0800
committerJohn MacFarlane <[email protected]>2024-01-05 14:50:27 -0800
commit6533296fae743d85ae1e6072a6ce4b139f9a4ba1 (patch)
treef877463967d8ccb003c00a8389663c01ef2a0cfe /Makefile
parent89a6fa9b002ddb5a2e05998e1d1763d193863ac0 (diff)
Fix make binpath target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e873aaf59..7d9c3fa9c 100644
--- a/Makefile
+++ b/Makefile
@@ -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