Skip to content
forked from c9s/bbgo

Commit

Permalink
Add protobuf to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Feb 18, 2022
1 parent 328c507 commit 783f95d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,6 @@ embed: pkg/server/assets.go
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

0 comments on commit 783f95d

Please sign in to comment.