summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 23fe889..a1589d5 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