Add Makefile shortcuts for goTool and ignore built binary.

Expose common gotool targets (build, clients, version, unicast-test,
deadzone) with configurable PORT, and add goTool/.gitignore for gotool.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-18 23:16:29 +02:00
co-authored by Cursor
parent 241e82b35b
commit 20fea02b78
2 changed files with 52 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# Built binary (make gotool-build)
/gotool
# Go toolchain artifacts
*.exe
*.test
*.out