diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ clean: .SUFFIXES: .gpg .gpg: - gpg -d < $< > $@ + gpg -qd < $< > $@ $(all-secrets.txt.gpg): gpg -aer eu@euandre.org < $* > $@ |