From 34cd38df9594e9eeee49ed8c52df61f4830e368f Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 12 Jun 2025 22:50:31 +0200 Subject: [PATCH] Makefile fix --- applications/Makefile | 6 +++--- clients/Makefile | 6 +++--- django/Makefile | 6 +++--- embedded_linux/Makefile | 6 +++--- linux_env/Makefile | 6 +++--- python_apps/Makefile | 6 +++--- server/Makefile | 6 +++--- smarthome/Makefile | 6 +++--- unittest/Makefile | 6 +++--- 9 files changed, 27 insertions(+), 27 deletions(-) diff --git a/applications/Makefile b/applications/Makefile index 0ce8be9..6ca9b3c 100644 --- a/applications/Makefile +++ b/applications/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔══════════════╗" - @echo -e "║ applications ║" - @echo -e "╚══════════════╝\033[00m" + @echo "\n\n\033[1;34m╔══════════════╗" + @echo "║ applications ║" + @echo "╚══════════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/clients/Makefile b/clients/Makefile index 58bdf17..60499db 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔═════════╗" - @echo -e "║ clients ║" - @echo -e "╚═════════╝\033[00m" + @echo "\n\n\033[1;34m╔═════════╗" + @echo "║ clients ║" + @echo "╚═════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/django/Makefile b/django/Makefile index 17ba460..01b8aaa 100644 --- a/django/Makefile +++ b/django/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔════════╗" - @echo -e "║ django ║" - @echo -e "╚════════╝\033[00m" + @echo "\n\n\033[1;34m╔════════╗" + @echo "║ django ║" + @echo "╚════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/embedded_linux/Makefile b/embedded_linux/Makefile index c61d82d..68dd169 100644 --- a/embedded_linux/Makefile +++ b/embedded_linux/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔════════════════╗" - @echo -e "║ embedded_linux ║" - @echo -e "╚════════════════╝\033[00m" + @echo "\n\n\033[1;34m╔════════════════╗" + @echo "║ embedded_linux ║" + @echo "╚════════════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/linux_env/Makefile b/linux_env/Makefile index d1a1076..b68675b 100644 --- a/linux_env/Makefile +++ b/linux_env/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔═══════════╗" - @echo -e "║ linux_env ║" - @echo -e "╚═══════════╝\033[00m" + @echo "\n\n\033[1;34m╔═══════════╗" + @echo "║ linux_env ║" + @echo "╚═══════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/python_apps/Makefile b/python_apps/Makefile index 7904fd9..1cd8eee 100644 --- a/python_apps/Makefile +++ b/python_apps/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔═════════════╗" - @echo -e "║ python_apps ║" - @echo -e "╚═════════════╝\033[00m" + @echo "\n\n\033[1;34m╔═════════════╗" + @echo "║ python_apps ║" + @echo "╚═════════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/server/Makefile b/server/Makefile index 3d1d3c4..dae1a3f 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔════════╗" - @echo -e "║ server ║" - @echo -e "╚════════╝\033[00m" + @echo "\n\n\033[1;34m╔════════╗" + @echo "║ server ║" + @echo "╚════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/smarthome/Makefile b/smarthome/Makefile index 11d886a..62e17c2 100644 --- a/smarthome/Makefile +++ b/smarthome/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo -e "\n\n\033[1;34m╔═══════════╗" - @echo -e "║ smarthome ║" - @echo -e "╚═══════════╝\033[00m" + @echo "\n\n\033[1;34m╔═══════════╗" + @echo "║ smarthome ║" + @echo "╚═══════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/unittest/Makefile b/unittest/Makefile index e07b511..5e7f30f 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -5,9 +5,9 @@ help: @echo "Possible Maketargets: status clean gitsubup gits giti" gitstatus: - @echo -e "\n\n\033[1;34m╔═══════════╗" - @echo -e "║ unittest ║" - @echo -e "╚═══════════╝\033[00m" + @echo "\n\n\033[1;34m╔═══════════╗" + @echo "║ unittest ║" + @echo "╚═══════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" status: