diff --git a/Makefile b/Makefile
index 7c7cb176c3d024166531ebe6d31ef3f1d4c9792f..69bb553c3ff1877663471c4c7b6cebc77f8a30a5 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