Skip to content

Commit

Permalink
Merge pull request #3586 from ipfs/make/gx/unsilence
Browse files Browse the repository at this point in the history
make: unsilence gx
  • Loading branch information
whyrusleeping committed Jan 10, 2017
2 parents 4513732 + e5711d3 commit 5052ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5052ed4

Please sign in to comment.