mirror of
https://shylinux.com/x/icebergs
synced 2025-05-09 14:38:11 +08:00
5 lines
135 B
Makefile
5 lines
135 B
Makefile
all:
|
|
@echo && date
|
|
export GOPRIVATE=github.com
|
|
go build -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart
|