aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-03-23 13:57:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-03-23 13:57:59 +1300
commit89880bd0dbba215977c68d38b09489c4c50634a0 (patch)
tree679d17c668a1da33485d158615947a0e5f3b5adb /Makefile
parentDo per-target init of Vim plugin submodules (diff)
downloaddotfiles-89880bd0dbba215977c68d38b09489c4c50634a0.tar.gz
dotfiles-89880bd0dbba215977c68d38b09489c4c50634a0.zip
Abstraction from all target to vim-plugins via vim
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d9ec0db..33d10bdb 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@
test-sh \
test-urxvt
-all : gnupg vim-plugins
+all : gnupg vim
clean :
rm -f gnupg/gpg.conf
@@ -51,6 +51,8 @@ gnupg : gnupg/gpg.conf
gnupg/gpg.conf :
m4 -D DOTFILES_HOME="$(HOME)" gnupg/gpg.conf.m4 > gnupg/gpg.conf
+vim : vim-plugins
+
vim-plugins : vim/bundle/abolish/.git \
vim/bundle/argumentative/.git \
vim/bundle/commentary/.git \