Files
cburn/Makefile
teernisse a386d95959 build: use portable Go path detection in Makefile
Replace hardcoded /usr/local/go/bin/go with dynamic PATH lookup.
The previous hardcoded path failed on any system where Go is
installed elsewhere (e.g., /usr/bin/go, ~/go/bin/go).

Uses conditional assignment (GO ?=) so users can still override
with GO=/custom/path make build when needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-23 10:08:46 -05:00

557 B