From 684d4771dc408f0fffdd0a53d73f3e8a1a7479da Mon Sep 17 00:00:00 2001 From: joonicks Date: Sat, 15 Nov 2025 14:48:13 +0100 Subject: [PATCH] postfix tweak --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 79a9f2e..2e213f4 100644 --- a/Makefile +++ b/Makefile @@ -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