From ea29a96ca10846db723206a710213938116ae91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Thu, 21 Mar 2024 11:30:03 +0100 Subject: [PATCH] hide make buildr command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 524500f..58574c7 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ setup: ## Install dependencies for tests and coverage dest ?= ${HOME}/bin install: ## Copy binary files to bin folder @echo "Destination folder: $(dest)" - make buildr + @make buildr @echo "*******************************************" @echo ">>> Copying files to $(dest)" @echo "*******************************************"