Update Makefile (#2725)

pull/2730/head
包子 1 year ago committed by GitHub
parent 768ffd71d4
commit 33cb4576e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

@ -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

Loading…
Cancel
Save