Skip to content

Commit

Permalink
fix: Install counterfeiter to correct location (liquidmetal-dev#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 authored Nov 25, 2022
1 parent 2978a74 commit ad2b3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test: ## Run tests.
##@ Build

.PHONY: build
build: generate fmt vet ## Build manager binary.
build: fmt vet ## Build manager binary.
go build -o bin/manager main.go

.PHONY: run
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ad2b3a9

Please sign in to comment.