diff --git a/Makefile b/Makefile index f989f46..d80cdff 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ LDFLAGS := -s -w PLATFORMS := windows linux darwin os = $(word 1, $@) -$(PLATFORMS): lint test +$(PLATFORMS): @mkdir -p release @GOOS=$(os) GOARCH=amd64 go build $(BUILD_FLAGS) -o release/$(BINARY)-$(BUILD_VERSION)-$(os)-amd64 main.go