mirror of
https://shylinux.com/x/icebergs
synced 2025-05-12 23:40:15 +08:00
4 lines
106 B
Makefile
4 lines
106 B
Makefile
all:
|
|
@echo && date
|
|
go build -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart
|