Skip to content

Commit

Permalink
fix(operator): Fix make build target for size-calculator (#14551)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Oct 21, 2024
1 parent 6aa979d commit e727187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ manager: deps generate ## Build manager binary

.PHONY: size-calculator
size-calculator: deps generate ## Build size-calculator binary
go build -o bin/size-calculator main.go
go build -o bin/size-calculator ./cmd/size-calculator/main.go

.PHONY: go-generate
go-generate: ## Run go generate
Expand Down

0 comments on commit e727187

Please sign in to comment.