mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-07 01:08:08 +08:00
makefile: revert back to cmd/ipfs
This commit is contained in:
parent
2b32e698d0
commit
dc65e86e22
7
Makefile
7
Makefile
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user