From 7b60bc49acc5390550f366689694f771cbd785e0 Mon Sep 17 00:00:00 2001 From: Sergey Cherepanov Date: Thu, 8 Sep 2022 12:15:54 +0300 Subject: [PATCH] rename protos-go -> protos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d0d2cb3..c7282f4f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ endif export PATH=$(GOPATH)/bin:$(shell echo $$PATH) # TODO: folders were changed, so we should update Makefile and protos generation -protos-go: +protos: @echo 'Generating protobuf packages (Go)...' # Uncomment if needed @$(eval ROOT_PKG := pkg)