forked from x/icebergs
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
|