summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-28 12:13:45 -0600
committermo khan <mo@mokhan.ca>2025-03-28 12:13:45 -0600
commit3872736263d06fc19b6b594747c7b3879ab087b2 (patch)
treeabf654c5c8409b0a9fcb490ad5610141eaa5fe32 /Makefile
parent87cd5db48af6d4449cf086245d3bd5da1b7d1e71 (diff)
feat: generate golang rpc client/server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4abd8ba..761023d 100644
--- a/Makefile
+++ b/Makefile
@@ -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