summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 09:33:45 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 09:33:45 -0500
commit99e00257d5297bc22fc049c42b7d456ea36f241b (patch)
tree1ee1cf1e1601fc9f70a797da3b14440f0f67747d /Makefile
parent36811bfb9881f05a1ca37e0073b206e013c5fc1e (diff)
build with GHCFLAGS, even with Cabal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc63f16..5aa7ef6 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ debian/control: openpgp.cabal
52 cabal-debian --update-debianization 52 cabal-debian --update-debianization
53 53
54dist/build/libHSopenpgp-$(VERSION).a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs 54dist/build/libHSopenpgp-$(VERSION).a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs
55 cabal build 55 cabal build --ghc-options="$(GHCFLAGS)"
56 56
57dist/openpgp-$(VERSION).tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README 57dist/openpgp-$(VERSION).tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README
58 cabal check 58 cabal check