all: flak flak: schema.sql go.mod *.go env CGO_ENABLED=1 go build -mod=`ls -d vendor 2> /dev/null` -o flak clean: rm -f flak