summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-01-22 10:19:43 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-01-22 10:19:43 -0800
commit3997f8a69f7fb34a6e9b3c6a228c3e1f919c616e (patch)
tree98b4f76a4372590ec375b694f536c8943a40fab8 /Makefile
parent[emacs] slightly smaller font. (diff)
downloademacs.d-3997f8a69f7fb34a6e9b3c6a228c3e1f919c616e.tar.gz
[makefile] clean it up by removing vim and bin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 244a3a6..af99024 100644
--- a/Makefile
+++ b/Makefile
@@ -5,13 +5,10 @@ INSTALL = \
 	  bash_login \
 	  bash_logout \
 	  bashrc \
-	  bin \
 	  emacs.d \
 	  gitconfig \
 	  gitignore \
-	  tmux.conf \
-	  vim \
-	  vimrc
+	  tmux.conf
 
 git:
 	git config --local user.email "franckcuny@gmail.com"