summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 15:37:54 -0600
committermo khan <mo@mokhan.ca>2025-06-18 15:37:54 -0600
commitc598f54c80329ea454f3942ca61b447a0f690e98 (patch)
tree148a184ce938bb2f82ed70ec1300c2f438694422 /Makefile
parentc9eff3857f706138bf96a959702c41815815cc3e (diff)
feat: create the rpc client
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4663b07..a6c4a32 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,10 @@ help:
clean:
@cargo clean
+.PHONY: client
+client:
+ @cargo run --bin helloworld-client
+
.PHONY: server
server:
@cargo run --bin helloworld-server