diff options
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -150,9 +150,14 @@ check-opt: check-pod: podchecker bin/z +check-aliases: + for alias in abuse admin hostmaster postmaster; do \ + uuid | email -s "\"$$alias\" alias test" "$$alias@euandre.org"; \ + done + check: check-shellcheck check-perlcritic check-nixfmt check-fixme \ check-dirty-public check-dirty-private check-dirty-pass \ - check-opt check-pod + check-opt check-pod check-aliases @cd $(PRIV_CONFIG) && $(MAKE) $@ clean: |