forked from x/icebergs
3 lines
83 B
Makefile
3 lines
83 B
Makefile
all:
|
|
go build -o bin/ice.bin main.go && chmod u+x bin/ice.bin && ./ice.sh restart
|