From 1bb3ff65d3e690bfaf7b92fe663c0a941cb0bf51 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Thu, 8 Jun 2023 07:35:47 +0200 Subject: [PATCH] Makefileadaption for proper status output --- applications/Makefile | 6 +++--- clients/Makefile | 6 +++--- django/Makefile | 6 +++--- linux_env/Makefile | 6 +++--- python_apps/Makefile | 6 +++--- unittest/Makefile | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/applications/Makefile b/applications/Makefile index 6ca9b3c..0ce8be9 100644 --- a/applications/Makefile +++ b/applications/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo "\n\n\033[1;34m╔══════════════╗" - @echo "║ applications ║" - @echo "╚══════════════╝\033[00m" + @echo -e "\n\n\033[1;34m╔══════════════╗" + @echo -e "║ applications ║" + @echo -e "╚══════════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/clients/Makefile b/clients/Makefile index 60499db..58bdf17 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo "\n\n\033[1;34m╔═════════╗" - @echo "║ clients ║" - @echo "╚═════════╝\033[00m" + @echo -e "\n\n\033[1;34m╔═════════╗" + @echo -e "║ clients ║" + @echo -e "╚═════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/django/Makefile b/django/Makefile index 01b8aaa..17ba460 100644 --- a/django/Makefile +++ b/django/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo "\n\n\033[1;34m╔════════╗" - @echo "║ django ║" - @echo "╚════════╝\033[00m" + @echo -e "\n\n\033[1;34m╔════════╗" + @echo -e "║ django ║" + @echo -e "╚════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/linux_env/Makefile b/linux_env/Makefile index b68675b..d1a1076 100644 --- a/linux_env/Makefile +++ b/linux_env/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo "\n\n\033[1;34m╔═══════════╗" - @echo "║ linux_env ║" - @echo "╚═══════════╝\033[00m" + @echo -e "\n\n\033[1;34m╔═══════════╗" + @echo -e "║ linux_env ║" + @echo -e "╚═══════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/python_apps/Makefile b/python_apps/Makefile index 1cd8eee..7904fd9 100644 --- a/python_apps/Makefile +++ b/python_apps/Makefile @@ -1,5 +1,5 @@ gitstatus: - @echo "\n\n\033[1;34m╔═════════════╗" - @echo "║ python_apps ║" - @echo "╚═════════════╝\033[00m" + @echo -e "\n\n\033[1;34m╔═════════════╗" + @echo -e "║ python_apps ║" + @echo -e "╚═════════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" diff --git a/unittest/Makefile b/unittest/Makefile index 5e7f30f..e07b511 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -5,9 +5,9 @@ help: @echo "Possible Maketargets: status clean gitsubup gits giti" gitstatus: - @echo "\n\n\033[1;34m╔═══════════╗" - @echo "║ unittest ║" - @echo "╚═══════════╝\033[00m" + @echo -e "\n\n\033[1;34m╔═══════════╗" + @echo -e "║ unittest ║" + @echo -e "╚═══════════╝\033[00m" @ineach "giti -s && echo -n ' - ' && pwd" status: