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: gitstatus:
@echo -e "\n\n\033[1;34m╔══════════════╗" @echo "\n\n\033[1;34m╔══════════════╗"
@echo -e "║ applications ║" @echo "║ applications ║"
@echo -e "╚══════════════╝\033[00m" @echo "╚══════════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔═════════╗" @echo "\n\n\033[1;34m╔═════════╗"
@echo -e "║ clients ║" @echo "║ clients ║"
@echo -e "╚═════════╝\033[00m" @echo "╚═════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔════════╗" @echo "\n\n\033[1;34m╔════════╗"
@echo -e "║ django ║" @echo "║ django ║"
@echo -e "╚════════╝\033[00m" @echo "╚════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔════════════════╗" @echo "\n\n\033[1;34m╔════════════════╗"
@echo -e "║ embedded_linux ║" @echo "║ embedded_linux ║"
@echo -e "╚════════════════╝\033[00m" @echo "╚════════════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔═══════════╗" @echo "\n\n\033[1;34m╔═══════════╗"
@echo -e "║ linux_env ║" @echo "║ linux_env ║"
@echo -e "╚═══════════╝\033[00m" @echo "╚═══════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔═════════════╗" @echo "\n\n\033[1;34m╔═════════════╗"
@echo -e "║ python_apps ║" @echo "║ python_apps ║"
@echo -e "╚═════════════╝\033[00m" @echo "╚═════════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔════════╗" @echo "\n\n\033[1;34m╔════════╗"
@echo -e "║ server ║" @echo "║ server ║"
@echo -e "╚════════╝\033[00m" @echo "╚════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -1,5 +1,5 @@
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔═══════════╗" @echo "\n\n\033[1;34m╔═══════════╗"
@echo -e "║ smarthome ║" @echo "║ smarthome ║"
@echo -e "╚═══════════╝\033[00m" @echo "╚═══════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"

View File

@ -5,9 +5,9 @@ help:
@echo "Possible Maketargets: status clean gitsubup gits giti" @echo "Possible Maketargets: status clean gitsubup gits giti"
gitstatus: gitstatus:
@echo -e "\n\n\033[1;34m╔═══════════╗" @echo "\n\n\033[1;34m╔═══════════╗"
@echo -e "║ unittest ║" @echo "║ unittest ║"
@echo -e "╚═══════════╝\033[00m" @echo "╚═══════════╝\033[00m"
@ineach "giti -s && echo -n ' - ' && pwd" @ineach "giti -s && echo -n ' - ' && pwd"
status: status: