Update Makefile

This commit is contained in:
谢小军
2020-06-08 19:23:19 +08:00
parent 3b9ca78b82
commit 2b63b9f7ce

View File

@@ -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: