From 2b63b9f7ce5f5053c5b639b62d2116a93098b700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=B0=8F=E5=86=9B?= <346944475@qq.com> Date: Mon, 8 Jun 2020 19:23:19 +0800 Subject: [PATCH] Update Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 465d83c..534ed02 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ all: # 构建 make tar - make clear windows: CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o gormt.exe main.go mac: