diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
