Added menu and sprinting

This commit is contained in:
2025-11-19 08:50:39 -07:00
parent bd33e7e123
commit c5a3bcb3f4
5 changed files with 494 additions and 59 deletions

View File

@@ -45,6 +45,6 @@ help:
@echo " build - Build binary to bin/"
@echo " clean - Remove build artifacts"
@echo " fmt - Format code"
\ @echo " deps - Download and tidy dependencies"
@echo " deps - Download and tidy dependencies"
@echo " build-local - Clean build for current platform"
@echo " build-all - Build for all platforms"