1 2 3 4 5 6 7
GO=go all: binnit binnit: main.go templ.go config.go $(GO) build -o binnit main.go templ.go config.go