Makefileadaption for proper status output

This commit is contained in:
Dirk Alders 2023-06-08 07:42:23 +02:00
parent 2203b04b5f
commit 3919002994

5
smarthome/Makefile Normal file
View File

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