1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 11:31:54 +08:00

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

This commit is contained in:
Brian Tiger Chow
2014-11-11 20:52:17 -08:00
committed by Juan Batiz-Benet
parent e23b537f32
commit 981f18bb49

View File

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