From 281f999550dd8f85099a5e829e98d51a944b35cd Mon Sep 17 00:00:00 2001 From: Benjamin Raskin Date: Fri, 12 Oct 2018 18:35:45 -0400 Subject: [PATCH] Undo debug --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8be1248aba..3f47b7fb3c 100644 --- a/Makefile +++ b/Makefile @@ -132,13 +132,13 @@ install-mockgen: .PHONY: install-retool install-retool: - which retool || go get $(retool_package) + @which retool >/dev/null || go get $(retool_package) .PHONY: install-codegen-tools install-codegen-tools: install-retool - echo "Installing retool dependencies" - retool sync - retool build + @echo "Installing retool dependencies" + @retool sync >/dev/null 2>/dev/null + @retool build >/dev/null 2>/dev/null .PHONY: install-gometalinter install-gometalinter: