소스 검색

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


불러오는 중...
취소
저장