summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-21 20:36:37 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-21 20:36:37 -0800
commit95813c21a294f0c6b6e9cd871bc6d201bdb4f14a (patch)
treee9ec9cf1b29c93fdc6a5065bc66e02b21e9f4d6c /Makefile
parent[bin] Add a script to run docker-machine with GCP. (diff)
downloademacs.d-95813c21a294f0c6b6e9cd871bc6d201bdb4f14a.tar.gz
[tmux] Add tmux back (again)
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f1190d..e941970 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ INSTALL = \
 	bashrc \
 	emacs.d \
 	gitconfig \
-	gitignore
+	gitignore \
+	tmux.conf
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))