1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 16:07:42 +08:00

move rule to be depended on by deps

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-02-23 17:52:07 -08:00
parent 7198819671
commit cdea07dfc3

View File

@ -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-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
# saves/vendors third-party dependencies to Godeps/_workspace
@ -47,7 +47,7 @@ vendor: godep
install: build
cd cmd/ipfs && go install -ldflags=$(ldflags)
build: deps path_check
build: deps
cd cmd/ipfs && go build -i -ldflags=$(ldflags)
nofuse: deps