From e5711d384a85ac66ff2550a7909941355a0fdb2f Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Tue, 10 Jan 2017 17:29:00 +0100 Subject: [PATCH] make: unsilence gx I probably silienced it when I was working on some Makefile License: MIT Signed-off-by: Jakub Sztandera --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eeda945cb..a746944f5 100644 --- a/Makefile +++ b/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