summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f08a38d..b4622340 100644
--- a/Makefile
+++ b/Makefile
@@ -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