1
0
forked from x/ContextOS
ContextOS/Makefile
2020-06-28 09:54:44 +08:00

8 lines
195 B
Makefile

export GOPROXY=https://goproxy.cn
export GOPRIVATE=github.com
# export CGO_ENABLED=0
all:
@echo && date
go build -v -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart