summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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