Makefile fix

This commit is contained in:
Dirk Alders 2025-06-12 22:50:31 +02:00
parent 91d6e3ae01
commit 34cd38df95
9 changed files with 27 additions and 27 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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: