Posts tagged make

Managing project tools with Go

Comparing approaches for managing non-application tool dependencies in Go projects, including go tool, tools.go, and go run.

Building Systems With Make

An introduction to using GNU Make as a modern build and automation tool, with practical Makefile examples.