From 981f18bb4902922795630e6710a34a771e14531d Mon Sep 17 00:00:00 2001
From: Brian Tiger Chow <brian.holderchow@gmail.com>
Date: Tue, 11 Nov 2014 20:52:17 -0800
Subject: [PATCH] change(Makefile) make install -> make install_1, make
 install_2

---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7c7cb176c..69bb553c3 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,12 @@ godep:
 vendor: godep
 	godep save -r ./...
 
-# TODO remove ipfs2 once new command refactoring is complete
-install:
+# TODO revert to `install` once new command refactoring is complete
+install_1:
 	cd cmd/ipfs && go install
+
+# TODO remove once new command refactoring is complete
+install_2:
 	cd cmd/ipfs2 && go install
 
 test: test_go test_sharness
-- 
GitLab