makefile: revert back to cmd/ipfs

This commit is contained in:
Juan Batiz-Benet 2014-11-18 02:32:51 -08:00
parent 2b32e698d0
commit dc65e86e22

View File

@ -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: