Skip to content

Commit

Permalink
Fix make build
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiro-yamada committed Jun 19, 2024
1 parent ab3f104 commit 14e0cf5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,9 @@ apidoc: $(wildcard api/*/*_types.go)

##@ Build
.PHONY: build
build: ## Build manager binary.
go build -o bin/manager main.go

.PHONY: run
run: manifests generate fmt vet ## Run a controller from your host.
go run ./main.go
build: generate ## Build all binaries.
go build -o $(LOCALBIN)/ -trimpath ./cmd/entrypoint
go build -o $(LOCALBIN)/ -trimpath ./cmd/nyamber-controller

.PHONY: docker-build
docker-build: ## Build docker image with the manager.
Expand Down

0 comments on commit 14e0cf5

Please sign in to comment.