changeset 141:91c1fe4f99b4

makefile for pilight Ignore-this: 7eba5ddbbdc4a202878034b0e541cea2
author drewp@bigasterisk.com
date Sat, 12 Jul 2014 11:55:16 -0700
parents 89bc300e1419
children be1836d0f0c3
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
+