Remove vundle as submodule; clone in make
This commit is contained in:
parent
b4ce8cbd29
commit
39af257a95
3 changed files with 4 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue