**/*.go go.* { prep: go test ./... prep: mkdir -p dist; go build -trimpath -o dist ./cmd/... }