1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

Update Makefile (#2725)

This commit is contained in:
包子 2023-03-13 16:05:38 +08:00 committed by GitHub
parent 768ffd71d4
commit 33cb4576e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,4 +99,4 @@ lint: $(LINTER)
.PHONY: proto
proto:
protoc --proto_path=./api --proto_path=./third_party --go_out=paths=source_relative:./api --go-grpc_out=paths=source_relative:./api --go-http_out=paths=source_relative:./api metadata/metadata.proto
protoc --proto_path=./third_party --go_out=paths=source_relative:./ errors/errors.proto
protoc --proto_path=./third_party --go_out=paths=source_relative:./errors/errors.proto