Makefile 91 B

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