update binary name

This commit is contained in:
Simon Vieille 2022-08-22 23:51:11 +02:00
parent dc9b16ecc4
commit 62174abbf7
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 1 deletions

View File

@ -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