diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ check : golint . go vet -all . gofmt -s -l . + goreportcard-cli -v README.md : doc/document.md pandoc --read=markdown --write=gfm < $< > $@ |