Переглянути джерело

Makefile: Add target setup-tmux, still do nothing

pull/2/head
10sr 11 роки тому
джерело
коміт
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) test-syntax: $(test_syntaxes)


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




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






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

setup-tmux:







# test # test


Завантаження…
Відмінити
Зберегти