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 592fa43 + e5c49be commit 11d8298Copy full SHA for 11d8298
Makefile
@@ -120,11 +120,12 @@ all-binary:
120
$(QUIET) (export PKG_CONFIG_PATH=$(PKG_CONFIG_PATH):$(ROOT_DIR)mk; \
121
CGO_ENABLED=0 $(GO) build -ldflags $(GOLDFLAGS) -o $(APPS4) $(GOFLAGS) ./ctl/main.go)
122
123
+OUT ?= kmeshctl
124
.PHONY: kmeshctl
125
kmeshctl:
126
$(call printlog, BUILD, $(APPS4))
127
- CGO_ENABLED=0 $(GO) build -gcflags $(GOGCFLAGS) -ldflags $(GOLDFLAGS) -o kmeshctl $(GOFLAGS) ./ctl/main.go)
128
+ CGO_ENABLED=0 $(GO) build -gcflags $(GOGCFLAGS) -ldflags $(GOLDFLAGS) -o $(OUT) $(GOFLAGS) ./ctl/main.go)
129
130
.PHONY: gen-proto
131
gen-proto:
0 commit comments