diff --git a/Makefile b/Makefile index 29d9856..868d34f 100644 --- a/Makefile +++ b/Makefile @@ -69,8 +69,8 @@ docker-run: docker-build $(TARGETS): $(GOFILES) mkdir -p ./dist GOOS=$(word 2, $(subst -, ,$(@))) GOARCH=$(word 3, $(subst -, ,$(@))) CGO_ENABLED=0 \ - go build -ldflags '-X "main.version=${VERSION}"' -a -installsuffix nocgo \ - -o $@ + go build -ldflags '-X "main.version=${VERSION}"' -a -installsuffix nocgo \ + -o $@ .PHONY: $(TARGET_ALIAS) $(TARGET_ALIAS):