From 4ed759cada04d9cf9337e6693f4a53716f5f6d39 Mon Sep 17 00:00:00 2001 From: "Adam A.G. Shamblin" Date: Sat, 10 Dec 2016 11:54:06 -0700 Subject: [PATCH] Update Makefile to init git submodules and build Command-T --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5