forked from x/ContextOS
8 lines
190 B
Makefile
8 lines
190 B
Makefile
export CGO_ENABLED=0
|
|
export GOPRIVATE=github.com
|
|
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
|