Browse Source

Makefileadaption for proper status output

master
Dirk Alders 1 year ago
parent
commit
2203b04b5f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      embedded_linux/Makefile

+ 5
- 0
embedded_linux/Makefile View File

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

Loading…
Cancel
Save