summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-06 11:02:09 -0700
committermo khan <mo@mokhan.ca>2025-03-06 11:02:09 -0700
commitd30e3cad28d5c676963e9c909308db897a736af0 (patch)
tree2e5048d4ffbc65fadc9d7e3d7a38b2729af21592
parentd3846f04d7a9ddfa57a7c25aa015528dcfe44b4c (diff)
chore: use make to install tools and run mage
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..da2e90f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+default:
+ @mise install
+ @go install tool
+ @command -v protoc-gen-twirp_ruby
+ @mage -l