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:

committed by
Juan Batiz-Benet

parent
e23b537f32
commit
981f18bb49
7
Makefile
7
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user