view service/laundry/makefile @ 462:7ec5945752b7

some old Measurement and Locator edits Ignore-this: 188ecdf63f49b7a58f99a5961c6c23a6
author drewp@bigasterisk.com
date Sat, 20 Apr 2019 23:35:46 -0700
parents 08eb981b6cf5
children
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
	perl -lpi -e 's,/usr/local/,/usr/,' src/bitbucket.org/ww/goraptor/goraptor.go
	GOPATH=`pwd` /opt/go/bin/go build .../goraptor