.PHONY: test build deploy GOOS := plan9 GOARCH := amd64 test: go test -v build: test GOOS=$(GOOS) GOARCH=$(GOARCH) \ go build server.go deploy: build rsync -avz server iceland.sdf.org:html/pub/