view service/laundry/makefile @ 94:9ea3ea4f382f

laundry add .go files Ignore-this: 34b9f9b1ab2830da75757ffedb93ead7
author drewp@bigasterisk.com
date Sat, 24 Aug 2013 22:54:34 -0700
parents
children 3c583603f261
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/bmizerany/pat