diff --git a/Makefile b/Makefile index fc151e6..e4455dc 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ run: build bin/supermake help -build: test +vendor: go mod tidy go mod vendor + +build: test go generate ./... go build -mod vendor -o bin/supermake