Mercurial > code > home > repos > homeauto
changeset 946:8a8a588a491e
makefile for pilight
Ignore-this: 7eba5ddbbdc4a202878034b0e541cea2
darcs-hash:20140712185516-312f9-1d100d0b16aff731f7fa791fd35bd50b3c41d705
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 12 Jul 2014 11:55:16 -0700 |
parents | 752e620f1293 |
children | e0f13a6b00ee |
files | service/pilight/makefile |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/pilight/makefile Sat Jul 12 11:55:16 2014 -0700 @@ -0,0 +1,10 @@ +GOPATH=$(shell pwd) +build: + go build pilight.go + +setup: + go get github.com/tarm/goserial + go get github.com/go-martini/martini + ln -s . public + # also need static/polymer/ to be polymer 0.2.3 +