Skip to content

Commit

Permalink
chore(build): makefile for building local binary
Browse files Browse the repository at this point in the history
This commit fixes `make manager` command which builds local capsure
binary to  bin/manager.
  • Loading branch information
gernest authored and prometherion committed Apr 12, 2022
1 parent 85861ee commit 59d81c2
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 @@ -40,8 +40,8 @@ test: generate manifests
go test ./... -coverprofile cover.out

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

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate manifests
Expand Down

0 comments on commit 59d81c2

Please sign in to comment.