From 023b0360e1c561380a8b651f8d3faa4874e72bbb Mon Sep 17 00:00:00 2001 From: "Adam A.G. Shamblin" Date: Fri, 19 Jan 2018 12:04:08 -0700 Subject: [PATCH] Remove build of command-t --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 28a336a..6608829 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,3 @@ build: 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