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:
@@ -0,0 +1,7 @@
|
||||
# Built binary (make gotool-build)
|
||||
/gotool
|
||||
|
||||
# Go toolchain artifacts
|
||||
*.exe
|
||||
*.test
|
||||
*.out
|
||||
Reference in New Issue
Block a user