diff --git a/Makefile b/Makefile index 7568d99f..a0e76d13 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ all: application # Install generators and build the software. with-deps: - go get github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.9.0 - go get github.com/golang/mock/mockgen@v1.6.0 + go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.9.0 + go install github.com/golang/mock/mockgen@v1.6.0 $(MAKE) application application: flamenco-manager flamenco-worker