© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Matheus
Dev at ReleaseRun. Writing about releases, Node.js, DevOps.
Makefile patterns for software projects that aren't C. Tab vs spaces: the eternal gotcha # WRONG (spaces): build: go build ./... # RIGHT (tab): build: go build ./... Makefile:N: *** missing separator. Stop. means spaces where a tab should b...
No responses yet.