blob: b40081cc0e7fe2d334ea4010351da7304708e8cd [file] [log] [blame]
Matthias Andreas Benkard832a54e2019-01-29 09:27:38 +01001all: test
2
3test:
4 go test -v .
5
6ex:
7 cd examples && ls *.go | xargs go build -o /tmp/ignore