From 80f55d4df977751ff123bc0b020f25426af7e69d Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 3 Oct 2020 15:58:42 +0800 Subject: [PATCH] chore: remove build binary in mac --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'