瀏覽代碼

Makefileadaption for proper status output

master
Dirk Alders 1 年之前
父節點
當前提交
3919002994
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      smarthome/Makefile

+ 5
- 0
smarthome/Makefile 查看文件

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

Loading…
取消
儲存