diff --git a/Makefile b/Makefile index 8162a33..bf259f1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GO ?= go DEPLOY_ACCOUNT := appleboy DEPLOY_IMAGE := $(EXECUTABLE) -TARGETS ?= linux darwin windows +TARGETS ?= linux windows SOURCES ?= $(shell find . -name "*.go" -type f) TAGS ?= LDFLAGS ?= -X 'main.Version=$(VERSION)'