Commit dc65e86e authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

makefile: revert back to cmd/ipfs

parent 2b32e698
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment