Mercurial > code > home > repos > homeauto
view service/pilight/makefile @ 149:c2647173b60a
only start dht monitoring loop if it works a first time
Ignore-this: d1062a582258369d559e823441a955e0
author | drewp@bigasterisk.com |
---|---|
date | Sat, 12 Jul 2014 22:31:46 -0700 |
parents | 30d0ba11603a |
children |
line wrap: on
line source
GOPATH=$(shell pwd) export GOPATH build: deps go build pilight.go deps: src/github.com/tarm/goserial src/github.com/go-martini/martini src/github.com/tarm/goserial: go get github.com/tarm/goserial src/github.com/go-martini/martini: go get github.com/go-martini/martini setup: ln -s . public build-to-pi: deps GOBIN=bin-pi GOARCH=arm go install pilight.go rsync -a bin-pi/pilight pi@192.168.1.157:projects/homeauto/service/pilight/bin/