diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-06 11:02:09 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-06 11:02:09 -0700 |
| commit | d30e3cad28d5c676963e9c909308db897a736af0 (patch) | |
| tree | 2e5048d4ffbc65fadc9d7e3d7a38b2729af21592 /Makefile | |
| parent | d3846f04d7a9ddfa57a7c25aa015528dcfe44b4c (diff) | |
chore: use make to install tools and run mage
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
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 |
