1
0
forked from x/ContextOS
ContextOS/Makefile
2020-01-17 18:23:24 +08:00

7 lines
192 B
Makefile

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