提交 981f18bb 作者: Brian Tiger Chow 提交者: Juan Batiz-Benet

change(Makefile) make install -> make install_1, make install_2

上级 e23b537f
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论