comparison service/laundry/makefile @ 106:90be7f99696f

sending a graph with raptor Ignore-this: 33e92240437ae376a77dec403a7072a1
author drewp@bigasterisk.com
date Sat, 31 Aug 2013 22:17:24 -0700
parents 3c583603f261
children 08eb981b6cf5
comparison
equal deleted inserted replaced
105:39319305d639 106:90be7f99696f
6 GOPATH=`pwd` /opt/go/bin/go build laundry.go 6 GOPATH=`pwd` /opt/go/bin/go build laundry.go
7 7
8 deps: 8 deps:
9 GOPATH=`pwd` /opt/go/bin/go get github.com/mrmorphic/hwio 9 GOPATH=`pwd` /opt/go/bin/go get github.com/mrmorphic/hwio
10 GOPATH=`pwd` /opt/go/bin/go get github.com/stretchr/goweb 10 GOPATH=`pwd` /opt/go/bin/go get github.com/stretchr/goweb
11 apt-get install libraptor2-dev
12 GOPATH=`pwd` /opt/go/bin/go get bitbucket.org/ww/goraptor