浏览代码

Makefileadaption for proper status output

master
Dirk Alders 1年前
父节点
当前提交
2203b04b5f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      embedded_linux/Makefile

+ 5
- 0
embedded_linux/Makefile 查看文件

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

正在加载...
取消
保存