#!/usr/bin/make -f SHELL = bash build: CGO_ENABLED=0 go build -v -trimpath -o ./bin/log-export ./cmd/main.go