Remove vundle as submodule; clone in make

This commit is contained in:
Andrew Tomaka 2015-12-10 10:55:01 -05:00
parent b4ce8cbd29
commit 39af257a95
3 changed files with 4 additions and 5 deletions

View file

@ -5,7 +5,10 @@ symlinks = $(shell ls $(excludes) `pwd`)
all: install
install: submodules $(symlinks)
install: repos submodules $(symlinks)
repos:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/vundle
submodules:
git submodule update --init --recursive