summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-06-16 08:44:03 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-06-16 08:44:03 -0700
commit7dcd06c634aaf2e9222a8fd64a25b300c98c4b2a (patch)
tree3378005205097bb51e00c1c020ab3a55b4bc3b4c /Makefile
parentRemove a few aliases from bash. (diff)
downloademacs.d-7dcd06c634aaf2e9222a8fd64a25b300c98c4b2a.tar.gz
[vim] Remove vim once again
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2c540bf..6f49096 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,7 @@ INSTALL = \
 	emacs.d \
 	gitconfig \
 	gitignore \
-	tmux.conf \
-	vimrc
+	tmux.conf
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))