summaryrefslogtreecommitdiff
path: root/.vim/Makefile
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-11-17 23:08:20 +0000
committerUrbain Vaes <urbain@vaes.uk>2015-11-17 23:08:20 +0000
commit7e2fe9fd824da0b8b00d1747cc04b5e8a88ff9f9 (patch)
treebdefa9ce58c597ef3dbf7ac968677e05f89a55a3 /.vim/Makefile
parent06764b26b5938ece6c7a4c6201653df3ca6c2d25 (diff)
parentc9ad7da9e2ffa48a5413006bbebd8c86ea4db6e8 (diff)
Merge branch 'master' of https://github.com/uvaes/dotfiles
Diffstat (limited to '.vim/Makefile')
-rw-r--r--.vim/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/.vim/Makefile b/.vim/Makefile
index 3c5fc67..6e07c30 100644
--- a/.vim/Makefile
+++ b/.vim/Makefile
@@ -1,20 +1,14 @@
HOME=/home/urbain
-TARGETS=$(addprefix $(HOME)/,.vimrc .nvimrc .vim .nvim .vim/vimundo)
+TARGETS=$(addprefix $(HOME)/,.vimrc .vim .vim/vimundo)
all : $(TARGETS)
$(HOME)/.vimrc :
rm -f $@ && ln -s $(PWD)/vimrc $@
-$(HOME)/.nvimrc :
- rm -f $@ && ln -s $(PWD)/vimrc $@
-
$(HOME)/.vim :
rm -f $@ && ln -s $(PWD) $@
-$(HOME)/.nvim :
- rm -f $@ && ln -s $(PWD) $@
-
$(HOME)/.vim/vimundo :
mkdir -p $@