From d97a4134284021f57019fccd363e037b8addb617 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 14 Sep 2025 15:18:12 +0200 Subject: [PATCH] Makefile update to v2.6 --- Makefile | 6 +++--- z_server/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 1503a9f..c1dafce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.5 (2025-08-11) +# git helper Makefile: Version 2.6 (2025-08-11) default: help .ONESHELL: @@ -73,9 +73,9 @@ init: print_head if [[ $$OUT =~ "Successfully installed" ]]; then echo -e " * \033[1;32m$$req_mod installed.\e[0m" elif [[ $$OUT =~ "already satisfied" ]]; then - echo -e " * \033[1;36m$$req_mod already installed.\e[0m" + echo -e " * \033[1;36m$$req_mod already available.\e[0m" else - echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" + echo -e " * \033[1;31m$$req_mod FAILED!\e[0m" #echo $$OUT fi fi diff --git a/z_server/Makefile b/z_server/Makefile index 1503a9f..c1dafce 100644 --- a/z_server/Makefile +++ b/z_server/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.5 (2025-08-11) +# git helper Makefile: Version 2.6 (2025-08-11) default: help .ONESHELL: @@ -73,9 +73,9 @@ init: print_head if [[ $$OUT =~ "Successfully installed" ]]; then echo -e " * \033[1;32m$$req_mod installed.\e[0m" elif [[ $$OUT =~ "already satisfied" ]]; then - echo -e " * \033[1;36m$$req_mod already installed.\e[0m" + echo -e " * \033[1;36m$$req_mod already available.\e[0m" else - echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" + echo -e " * \033[1;31m$$req_mod FAILED!\e[0m" #echo $$OUT fi fi