summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 15:42:31 -0600
committermo khan <mo@mokhan.ca>2025-06-18 15:42:31 -0600
commitcc238917b7e0267653455fab1f144ef2553c021c (patch)
treef7692b4892dd43ce84654b067ef60b71928dc9a0 /Makefile
parentf6d6904dac650e308b8c87e10c47302934442334 (diff)
chore: rename binaries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6c4a32..96b2f09 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,11 @@ clean:
.PHONY: client
client:
- @cargo run --bin helloworld-client
+ @cargo run --bin authzd-client
.PHONY: server
server:
- @cargo run --bin helloworld-server
+ @cargo run --bin authzd-server
.PHONY: test
test: