diff --git a/Makefile b/Makefile index 28b89c9..b4a5d97 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,7 @@ install-tools: @echo Installing tools from tools.go @go list -e -f '{{ join .Imports "\n" }}' tools.go | xargs -tI % go install % @go mod tidy + +.PHONY: generate +generate: + go generate ./... \ No newline at end of file