瀏覽代碼

Makefile: Add target setup-tmux, still do nothing

pull/2/head
10sr 9 年之前
父節點
當前提交
158cd6b679
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. +8
    -1
      Makefile

+ 8
- 1
Makefile 查看文件

@@ -35,7 +35,7 @@ test_syntaxes = test-syntax-el test-syntax-sh
test-syntax: $(test_syntaxes)

setups = setup-darwin setup-directories setup-emacs setup-gitconf \
setup-repository setup-util
setup-repository setup-util setup-tmux
setup: $(setups)


@@ -215,6 +215,13 @@ endif



# tmux setup
# ----------

setup-tmux:





# test


Loading…
取消
儲存