thebutton/Makefile

9 lines
149 B
Makefile

all: thebutton update
thebutton: main.go
CGO_ENABLED=0 go build
update: thebutton
scp -r thebutton nihilazo@tilde.town:~/thebutton
@echo "Done"