1
0
forked from x/ContextOS
This commit is contained in:
shylinux 2020-05-18 09:32:57 +08:00
parent 136aaa3c91
commit 51738f5d56

View File

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