fix makefile
Kim committed
Oct 21, 2025 at 20:47 UTC
630c28d85da95e7f40d185004078cb0b7ca78079
1 file changed
+9
-9
Makefile
+9
-9
@@ -51,13 +51,13 @@ tidy:
51
go mod tidy
52
53
help:
54
- @echo "Server:"
55
- @echo " make server-up # build and start relayserver (docker compose)"
56
- @echo " make server-down # stop and remove containers"
57
- @echo "\nClients (optional):"
58
- @echo " make client-run # run example_http_client locally"
59
- @echo " make client-build # build example_http_client to ./bin/relaydns-client"
60
- @echo " make chat-run # run example_chat locally (WS UI + advertiser)"
61
- @echo " make chat-build # build example_chat to ./bin/relaydns-chat"
62
- @echo "\nFlags (override with make VAR=value):"
54
+ @echo "Server:"
55
+ @echo " make server-up # build and start relayserver (docker compose)"
56
+ @echo " make server-down # stop and remove containers"
57
+ @echo "\nClients (optional):"
58
+ @echo " make client-run # run example_http_client locally"
59
+ @echo " make client-build # build example_http_client to ./bin/relaydns-client"
60
+ @echo " make chat-run # run example_chat locally (WS UI + advertiser)"
61
+ @echo " make chat-build # build example_chat to ./bin/relaydns-chat"
62
+ @echo "\nFlags (override with make VAR=value):"
63
@echo " SERVER_URL BACKEND_PORT CHAT_PORT CHAT_NAME"