From 88d397e9c9a68d597074baa050c104399f192b6c Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Jul 2025 15:10:48 -0600 Subject: chore: move binaries to ./bin --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76b68ed2..83392788 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ setup: # Cargo targets build: @cargo build --offline + @cp target/debug/authzd bin/authzd + @cargo build --bin cli --offline + @cp target/debug/cli bin/cli check: @cargo check @@ -23,7 +26,6 @@ test: @cargo test run: build - @cp target/debug/authzd bin/authzd @minit clean: -- cgit v1.2.3