diff --git a/Makefile b/Makefile index 0392447..1584080 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ $(CONTROLLER_GEN): $(LOCALBIN) .PHONY: counterfeiter counterfeiter: $(COUNTERFEITER) $(COUNTERFEITER): $(LOCALBIN) - cd $(LOCALBIN); go build -o $(subst bin/,,$@) github.com/maxbrunsfeld/counterfeiter/v6 + cd $(LOCALBIN); go build -o . github.com/maxbrunsfeld/counterfeiter/v6 .PHONY: envtest envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.