1all: test
2
3test:
4	go test -v .
5
6ex:
7	cd examples && ls *.go | xargs go build -o /tmp/ignore