]> Vexing Labs - dotfiles.git/commitdiff
Update Makefile to init git submodules and build Command-T
authorAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sat, 10 Dec 2016 18:54:06 +0000 (11:54 -0700)
committerAdam A.G. Shamblin <adam.shamblin@gmail.com>
Sat, 10 Dec 2016 18:54:06 +0000 (11:54 -0700)
Makefile

index b579bd4eca94ff166af8796843d6a5fd007ecc46..28a336a5eb20a6906f35897c30744e6a58f69519 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,14 @@ clean:
        rm -rf ~/.vim
 
 build:
+       git submodule init
+       git submodule update
        ln -s $(CURDIR)/dotbash_profile ~/.bash_profile
        ln -s $(CURDIR)/dotvimrc ~/.vimrc
        ln -s $(CURDIR)/dotvim ~/.vim
        mkdir -p ~/env
        mkdir -p ~/.saves
+       cd $(CURDIR)/dotvim/bundle/command-t/ruby/command-t;\
+               make clean;\
+               ruby extconf.rb;\
+               make