From 62174abbf76f746b48eb3d98b834678025ff86ee Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 22 Aug 2022 23:51:11 +0200 Subject: [PATCH] update binary name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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