Move pkg/proto to pkg/pb

This commit is contained in:
なるみ 2022-02-18 14:24:38 +08:00
parent 783f95dad3
commit 72bcdaaf25
4 changed files with 1 additions and 1 deletions

View File

@ -169,4 +169,4 @@ static: frontend/out/index.html pkg/server/assets.go
.PHONY: bbgo bbgo-slim-darwin bbgo-slim-darwin-amd64 bbgo-slim-darwin-arm64 bbgo-darwin version dist pack migrations static embed desktop .FORCE
protobuf:
protoc -I=$(PWD)/pkg/protobuf --go_out=$(PWD)/pkg/protobuf $(PWD)/pkg/protobuf/bbgo.proto
protoc -I=$(PWD)/pkg/pb --go_out=$(PWD)/pkg/pb $(PWD)/pkg/pb/bbgo.proto