comparison service/pilight/makefile @ 947:e0f13a6b00ee

makefile export Ignore-this: c8042a6dd77593ccb49c72846d711a9d darcs-hash:20140712191758-312f9-16734de9ecc724782e0c2ad77042874fdad6bd47
author drewp <drewp@bigasterisk.com>
date Sat, 12 Jul 2014 12:17:58 -0700
parents 8a8a588a491e
children 30d0ba11603a
comparison
equal deleted inserted replaced
946:8a8a588a491e 947:e0f13a6b00ee
1 GOPATH=$(shell pwd) 1 GOPATH=$(shell pwd)
2 export GOPATH
2 build: 3 build:
3 go build pilight.go 4 go build pilight.go
4 5
5 setup: 6 setup:
6 go get github.com/tarm/goserial 7 go get github.com/tarm/goserial