aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26c99ec..f0c0d53 100755
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ sha256sums: $(LOCAL_FILES) $(GLOBAL_FILES) Makefile
sha256sums.asc: sha256sums
rm -f $@
- gpg --clearsign --detach-sign $<
+ gpg --armor --detach-sign $<
verify:
# BSD sha256 sum command doesn't have a -c option.