summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5aa7ef6..10f66fa 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,9 @@ clean:
51debian/control: openpgp.cabal 51debian/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/OpenPGP.hs Data/OpenPGP/Crypto.hs
55 cabal build --ghc-options="$(GHCFLAGS)" 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/OpenPGP.hs Data/OpenPGP/Crypto.hs README
58 cabal check 58 cabal check
59 cabal sdist 59 cabal sdist