aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebaf201..80f3722 100644
--- a/Makefile
+++ b/Makefile
@@ -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: