Skip to content

Commit 29eed02

Browse files
committed
tooling: Update deploy-all to simply call cloe-launch deploy
1 parent e401c0f commit 29eed02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ export-all:
110110
.PHONY: deploy-all
111111
deploy-all:
112112
$(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)/
113+
$(CLOE_LAUNCH) deploy -D $(DEPLOY_DIR) $(DEPLOY_LOCKFILE_SOURCE) $(CONAN_OPTIONS)
116114

117115
.PHONY: clean-all
118116
clean-all:

0 commit comments

Comments
 (0)