thebutton/Makefile

9 lines
149 B
Makefile
Raw Permalink Normal View History

2021-03-06 20:06:27 +00:00
all: thebutton update
thebutton: main.go
CGO_ENABLED=0 go build
update: thebutton
scp -r thebutton nihilazo@tilde.town:~/thebutton
@echo "Done"