mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
make: unsilence gx
I probably silienced it when I was working on some Makefile License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
58975c32ce
commit
e5711d384a
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user