From 51738f5d5672bc432bda3e392b801f7695a9ba8a Mon Sep 17 00:00:00 2001 From: shylinux Date: Mon, 18 May 2020 09:32:57 +0800 Subject: [PATCH] opt some --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94d5bcfa..2170e180 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ export GOPROXY=https://goproxy.cn all: @echo && date - go build -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart + go build -v -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart