aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \