0.4.1
what
- Fix
make
targets
why
- Wrong dependencies
- Throws errors like this:
$ make go/lint
make[1]: Entering directory `/home/travis/gopath/src/github.com/cloudposse/github-commenter'
make[1]: *** No rule to make target `vet'. Stop.
make[1]: Leaving directory `/home/travis/gopath/src/github.com/cloudposse/github-commenter'
make: *** [vet] Error 2