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