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