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