diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 11:32:30 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 11:32:30 -0600 |
| commit | e4d3fa023e7a587b3860a79652b4cac936e54ce6 (patch) | |
| tree | c06bd8fbf5bc6cf41676228f40ba1d74a38f647c | |
| parent | 7c1a8295ca34a0dcf929c67fe8cd51965144d483 (diff) | |
chore: generate rust code in build target
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ setup: mise exec rust -- cargo install --locked cedar-policy-cli $(AUTHZD_BIN): $(shell find src -name "*.rs" 2>/dev/null) Cargo.toml + @buf generate @cargo build --bin authzd --offline @cp target/debug/authzd bin/authzd |
