From 89880bd0dbba215977c68d38b09489c4c50634a0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Mar 2015 13:57:59 +1300 Subject: Abstraction from all target to vim-plugins via vim --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3