diff --git a/Makefile b/Makefile index 63e05b6..a994cdb 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ testacc: .PHONY: generate generate: pwd + find . -type f go generate $(go list ./... | grep -v /vendor/) # bootstrap the build by downloading additional tools