From cb02af5747bcc83e354fe68a88b58f1a91b335c3 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 18 Sep 2015 12:19:27 +0200 Subject: [PATCH] Fix trailing space in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a5f0b7d5..066bbb8db 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ vet: @echo ">> vetting code" @$(GO) vet $(pkgs) -build: +build: @echo ">> building binaries" @./scripts/build.sh