mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
chore(Makefile) provide install task
This commit is contained in:

committed by
Juan Batiz-Benet

parent
0aa205f36e
commit
eb1a5618a0
3
Makefile
3
Makefile
@ -10,9 +10,10 @@ godep:
|
|||||||
vendor: godep
|
vendor: godep
|
||||||
godep save -r ./...
|
godep save -r ./...
|
||||||
|
|
||||||
|
# TODO remove ipfs2 once new command refactoring is complete
|
||||||
install:
|
install:
|
||||||
cd cmd/ipfs && go install
|
cd cmd/ipfs && go install
|
||||||
|
cd cmd/ipfs2 && go install
|
||||||
|
|
||||||
test: test_go test_sharness
|
test: test_go test_sharness
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user