Commit 5052ed46 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3586 from ipfs/make/gx/unsilence

make: unsilence gx
parents 4513732e e5711d38
......@@ -66,7 +66,7 @@ path_check:
@bin/check_go_path $(realpath $(shell pwd)) $(realpath $(addsuffix /src/github.com/ipfs/go-ipfs,$(subst $(GOPATH_DELIMITER), ,$(GOPATH))))
deps: go_check gx_check path_check $(covertools_rule)
${gx_bin} --verbose install --global >/dev/null 2>&1
${gx_bin} --verbose install --global
deps_covertools:
go get -u github.com/wadey/gocovmerge
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment