# HG changeset patch # User drewp # Date 1405191316 25200 # Node ID 8a8a588a491eecc9879544345a0d297b94705de7 # Parent 752e620f1293a1e2506f79a8bee61490619c6495 makefile for pilight Ignore-this: 7eba5ddbbdc4a202878034b0e541cea2 darcs-hash:20140712185516-312f9-1d100d0b16aff731f7fa791fd35bd50b3c41d705 diff -r 752e620f1293 -r 8a8a588a491e service/pilight/makefile --- /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 +