summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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: