view 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
line wrap: on
line source


run: laundry
	./laundry

laundry: laundry.go
	GOPATH=`pwd` /opt/go/bin/go build laundry.go

deps:
	GOPATH=`pwd` /opt/go/bin/go get github.com/mrmorphic/hwio
	GOPATH=`pwd` /opt/go/bin/go get github.com/stretchr/goweb
	apt-get install libraptor2-dev
	GOPATH=`pwd` /opt/go/bin/go get bitbucket.org/ww/goraptor