diff --git a/Makefile b/Makefile index 4e5290d..49e315e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ bench: lint: setup @$(GOBIN)/golint -set_exit_status -min_confidence 0.9 $(path) $(args) @go vet $(path) $(args) - @make -C benchmarks + @make --no-print-directory -C benchmarks @echo "Golint & Go Vet found no problems on your code!" mock: setup