mirror of
https://shylinux.com/x/icebergs
synced 2025-05-11 23:18:16 +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
|