From 9e940f4b1cb3b3a715324a951c458ac9401b8b00 Mon Sep 17 00:00:00 2001 From: jannfis Date: Thu, 22 Feb 2024 14:21:18 +0000 Subject: [PATCH] build: Increase Makefile verbosity a little Signed-off-by: jannfis --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 25804e46..9be91efa 100644 --- a/Makefile +++ b/Makefile @@ -48,12 +48,15 @@ clean: .PHONY: install-golangci-lint install-golangci-lint: ./build/bin/golangci-lint + @echo "golangci-lint installed." .PHONY: install-protoc-go install-protoc-go: ./build/bin/protoc-gen-go ./build/bin/protoc-gen-go-grpc + @echo "protoc-gen-go and protoc-gen-go-grpc installed." .PHONY: install-protoc install-protoc: ./build/bin/protoc + @echo "protoc installed." .PHONY: install-proto-toolchain install-proto-toolchain: install-protoc install-protoc-go