diff --git a/Makefile b/Makefile index a35c091..1423e90 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: fmt - CGO_ENABLED=0 go build -ldflags '-s -w' -v -o bin/main ./ + CGO_ENABLED=0 go build -ldflags '-s -w' -v -o bin/mugo ./ tool-gofumpt: which golangci-lint > /dev/null 2>&1 || go install mvdan.cc/gofumpt@latest