We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db29299 + 4285c24 commit f5a55f0Copy full SHA for f5a55f0
Makefile
@@ -113,7 +113,7 @@ endif
113
.PHONY: build
114
build: manifests generate fmt vet helm ## Build manager binary.
115
go build -ldflags=$(LDFLAGS) -o bin/dorisoperator cmd/operator/main.go
116
- go build -ldflags=$(LDFLAGS) -o bin/dorisctrl cmd/dorisctl/main.go
+ go build -ldflags=$(LDFLAGS) -o bin/dorisctl cmd/dorisctl/main.go
117
go build -o bin/doris-debug cmd/doris-debug/main.go
118
119
.PHONY: run
0 commit comments