From dc65e86e222225482b14a9185278ce32afcfb724 Mon Sep 17 00:00:00 2001
From: Juan Batiz-Benet <juan@benet.ai>
Date: Tue, 18 Nov 2014 02:32:51 -0800
Subject: [PATCH] makefile: revert back to cmd/ipfs

---
 Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 69bb553c3..abdab716f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,14 +10,9 @@ godep:
 vendor: godep
 	godep save -r ./...
 
-# TODO revert to `install` once new command refactoring is complete
-install_1:
+install:
 	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
 
 test_go:
-- 
GitLab