diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-28 12:13:45 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-28 12:13:45 -0600 |
| commit | 3872736263d06fc19b6b594747c7b3879ab087b2 (patch) | |
| tree | abf654c5c8409b0a9fcb490ad5610141eaa5fe32 /Makefile | |
| parent | 87cd5db48af6d4449cf086245d3bd5da1b7d1e71 (diff) | |
feat: generate golang rpc client/server
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ default: @go install tool - @command -v protoc-gen-twirp_ruby @command -v mage @command -v playwright + @command -v protoc-gen-go + @command -v protoc-gen-go-grpc + @command -v protoc-gen-twirp_ruby @mage -l @ruby ./script/cibuild |
