diff --git a/Makefile b/Makefile index a504b32105..529f9565e6 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ assets: $(GOBINDATA) # build builds Thanos binary using `promu`. .PHONY: build -build: check-git go-mod-tidy $(PROMU) +build: check-git $(PROMU) @echo ">> building binaries $(GOBIN)" @$(PROMU) build --prefix $(PREFIX)