summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 60e88be..862ccc7 100644
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,8 @@ dist/setup-config: openpgp.cabal
39 39
40clean: 40clean:
41 find -name '*.o' -o -name '*.hi' | xargs $(RM) 41 find -name '*.o' -o -name '*.hi' | xargs $(RM)
42 $(RM) sign verify 42 $(RM) sign verify keygen
43 $(RM) -r dist 43 $(RM) -r dist dist-ghc
44 44
45debian/control: openpgp.cabal 45debian/control: openpgp.cabal
46 cabal-debian --update-debianization 46 cabal-debian --update-debianization