diff --git a/Makefile b/Makefile index 516a00a..3ca512f 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,6 @@ install-tools: install-golangci-lint .PHONY: install install: install-tools install-git-hooks + +generate: + go generate ./... \ No newline at end of file