diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ clean: gpg -d < $< > $@ $(all-secrets.txt.gpg): - gpg -ae `src/keys/gpg-recipients.sh` < $* > $@ + gpg -aer eu@euandre.org < $* > $@ ## Prints the latest 500 lines of the application and keeps tailing it. |