1 Star 0 Fork 9

陈先生/Chaos-Mesh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
binary.generated.mk 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
# Generated by ./cmd/generate-makefile. DO NOT EDIT.
##@ Generated targets in binary.generated.mk
.PHONY: images/chaos-mesh/bin/chaos-controller-manager
images/chaos-mesh/bin/chaos-controller-manager: SHELL:=$(RUN_IN_BUILD_SHELL)
images/chaos-mesh/bin/chaos-controller-manager: image-build-env ## Build binary chaos-controller-manager
$(GO) build -ldflags "$(LDFLAGS)" -tags "${BUILD_TAGS}" -o images/chaos-mesh/bin/chaos-controller-manager cmd/chaos-controller-manager/main.go
.PHONY: images/chaos-daemon/bin/chaos-daemon
images/chaos-daemon/bin/chaos-daemon: SHELL:=$(RUN_IN_BUILD_SHELL)
images/chaos-daemon/bin/chaos-daemon: image-build-env pkg/time/fakeclock/fake_clock_gettime.o pkg/time/fakeclock/fake_gettimeofday.o ## Build binary chaos-daemon
$(CGO) build -ldflags "$(LDFLAGS)" -tags "${BUILD_TAGS}" -o images/chaos-daemon/bin/chaos-daemon cmd/chaos-daemon/main.go
.PHONY: images/chaos-dashboard/bin/chaos-dashboard
images/chaos-dashboard/bin/chaos-dashboard: SHELL:=$(RUN_IN_BUILD_SHELL)
images/chaos-dashboard/bin/chaos-dashboard: image-build-env ui ## Build binary chaos-dashboard
$(CGO) build -ldflags "$(LDFLAGS)" -tags "${BUILD_TAGS}" -o images/chaos-dashboard/bin/chaos-dashboard cmd/chaos-dashboard/main.go
.PHONY: images/chaos-daemon/bin/cdh
images/chaos-daemon/bin/cdh: SHELL:=$(RUN_IN_BUILD_SHELL)
images/chaos-daemon/bin/cdh: image-build-env ## Build binary chaos-daemon-helper
$(CGO) build -ldflags "$(LDFLAGS)" -tags "${BUILD_TAGS}" -o images/chaos-daemon/bin/cdh cmd/chaos-daemon-helper/main.go
.PHONY: clean-binary
clean-binary:
rm -f images/chaos-mesh/bin/chaos-controller-manager
rm -f images/chaos-daemon/bin/chaos-daemon
rm -f images/chaos-dashboard/bin/chaos-dashboard
rm -f images/chaos-daemon/bin/cdh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/future1980/Chaos-Mesh.git
git@gitee.com:future1980/Chaos-Mesh.git
future1980
Chaos-Mesh
Chaos-Mesh
master

搜索帮助