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