summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-24 16:31:04 -0300
committerEuAndreh <eu@euandre.org>2024-08-24 16:31:04 -0300
commit36e34ea5cf54f046205e52a43b046733eab62118 (patch)
tree978dd25d57ce2fb507b835d31953de10f7a35e69 /Makefile
parentUpgrade mkdeps.sh and update deps.mk (diff)
downloadasami-36e34ea5cf54f046205e52a43b046733eab62118.tar.gz
asami-36e34ea5cf54f046205e52a43b046733eab62118.tar.xz
Makefile: gpg -q when decrypting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 897a0fd..3d6bb4f 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ clean:
.SUFFIXES: .gpg
.gpg:
- gpg -d < $< > $@
+ gpg -qd < $< > $@
$(all-secrets.txt.gpg):
gpg -aer eu@euandre.org < $* > $@