From cc238917b7e0267653455fab1f144ef2553c021c Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 15:42:31 -0600 Subject: chore: rename binaries --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3