summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 10:47:13 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 10:47:13 -0500
commita9130dabc42b3c33c8396de57ca83ec79ec10fe0 (patch)
treeac11c011e922a5ba64100f95f63ff3faf47ec295 /Makefile
parentfcdc4650e65b6785d325935685f451f892583c49 (diff)
More travis tweaks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f03424..fba1c6b 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ endif
58clean: 58clean:
59 -printf '1c\nname: openpgp\n.\n,s/cereal,$$/binary >= 0.6.4.0,/g\nw\nq\n' | ed openpgp.cabal 59 -printf '1c\nname: openpgp\n.\n,s/cereal,$$/binary >= 0.6.4.0,/g\nw\nq\n' | ed openpgp.cabal
60 find -name '*.o' -o -name '*.hi' | xargs $(RM) 60 find -name '*.o' -o -name '*.hi' | xargs $(RM)
61 $(RM) sign verify keygen tests/suite 61 $(RM) sign verify keygen tests/suite Data/OpenPGP/Arbitrary.hs
62 $(RM) -r dist dist-ghc 62 $(RM) -r dist dist-ghc
63 63
64debian/control: openpgp.cabal 64debian/control: openpgp.cabal