chore: remove build binary in mac

This commit is contained in:
Bo-Yi Wu 2020-10-03 15:58:42 +08:00
parent 9cab2d0e2b
commit 80f55d4df9

View File

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