postfix tweak

This commit is contained in:
joonicks 2025-11-15 14:48:13 +01:00
parent c4895b05c1
commit 684d4771dc

View File

@ -89,14 +89,18 @@ clean:
install:
$(MAKE) -C src install
test -x postfix.sh && ./postfix.sh
@if [ -x test ]; then \
./postfix.sh; \
fi
mega:
$(MAKE) -C src mega
mega-install mi:
$(MAKE) -C src mega-install
test -x postfix.sh && ./postfix.sh
@if [ -x test ]; then \
./postfix.sh; \
fi
#
# code validation tests