Explorar el Código

Makefileadaption for proper status output

master
Dirk Alders hace 1 año
padre
commit
2203b04b5f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      embedded_linux/Makefile

+ 5
- 0
embedded_linux/Makefile Ver fichero

@@ -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…
Cancelar
Guardar