summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-03 16:58:29 -0600
committermo khan <mo@mokhan.ca>2025-04-03 16:58:29 -0600
commit0fc2735be3e2884bacfb17718d053d368965c8b2 (patch)
tree85390b490fc7bf8e866c65ca79167e0ddfabe6cb /Makefile
parent406476fbfc2752aa7e399e14a2a9e6be08a101ec (diff)
chore: install cedar CLI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 23fe889a..a1589d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,16 @@
-default:
+default: install-tools
+ @mage -l
+
+install-tools:
+ @cargo install cedar-policy-cli
@go install tool
+ @command -v cedar
@command -v mage
@command -v nats-server
+ @command -v oauth2-proxy
@command -v playwright
@command -v protoc-gen-go
@command -v protoc-gen-go-grpc
@command -v protoc-gen-twirp_ruby
@command -v step
@command -v step-ca
- @mage -l
- @ruby ./script/cibuild