mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
move rule to be depended on by deps
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
4
Makefile
4
Makefile
@ -35,7 +35,7 @@ gx_check:
|
|||||||
@bin/check_gx_program "gx" "0.3" 'Upgrade or install gx using your package manager or run `make gx_upgrade`'
|
@bin/check_gx_program "gx" "0.3" 'Upgrade or install gx using your package manager or run `make gx_upgrade`'
|
||||||
@bin/check_gx_program "gx-go" "0.2" 'Upgrade or install gx-go using your package manager or run `make gxgo_upgrade`'
|
@bin/check_gx_program "gx-go" "0.2" 'Upgrade or install gx-go using your package manager or run `make gxgo_upgrade`'
|
||||||
|
|
||||||
deps: go_check gx_check
|
deps: go_check gx_check path_check
|
||||||
gx --verbose install --global
|
gx --verbose install --global
|
||||||
|
|
||||||
# saves/vendors third-party dependencies to Godeps/_workspace
|
# saves/vendors third-party dependencies to Godeps/_workspace
|
||||||
@ -47,7 +47,7 @@ vendor: godep
|
|||||||
install: build
|
install: build
|
||||||
cd cmd/ipfs && go install -ldflags=$(ldflags)
|
cd cmd/ipfs && go install -ldflags=$(ldflags)
|
||||||
|
|
||||||
build: deps path_check
|
build: deps
|
||||||
cd cmd/ipfs && go build -i -ldflags=$(ldflags)
|
cd cmd/ipfs && go build -i -ldflags=$(ldflags)
|
||||||
|
|
||||||
nofuse: deps
|
nofuse: deps
|
||||||
|
Reference in New Issue
Block a user