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