From: Adam A.G. Shamblin Date: Sat, 10 Dec 2016 18:54:06 +0000 (-0700) Subject: Update Makefile to init git submodules and build Command-T X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=4ed759cada04d9cf9337e6693f4a53716f5f6d39;p=dotfiles.git Update Makefile to init git submodules and build Command-T --- diff --git a/Makefile b/Makefile index b579bd4..28a336a 100644 --- 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