We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e401c0f commit 29eed02Copy full SHA for 29eed02
Makefile
@@ -110,9 +110,7 @@ export-all:
110
.PHONY: deploy-all
111
deploy-all:
112
$(call print_header, "Deploying binaries to $(INSTALL_DIR)...")
113
- conan install $(CONAN_OPTIONS) --install-folder $(DEPLOY_DIR) -g deploy .
114
- mkdir -p $(INSTALL_DIR)
115
- cp -r $(DEPLOY_DIR)/cloe-*/* $(INSTALL_DIR)/
+ $(CLOE_LAUNCH) deploy -D $(DEPLOY_DIR) $(DEPLOY_LOCKFILE_SOURCE) $(CONAN_OPTIONS)
116
117
.PHONY: clean-all
118
clean-all:
0 commit comments