deploy: stamp/cargo.deploy-build bundled-sources assets libraries
rsync -zv --progress $(addprefix $(DEPLOY_TARGET_DIR)/,$(PROGRAMS)) $(DEPLOY_BASE)/bin/
rsync -rv --progress $(TARGET_DIR)/bundled-sources/. $(DEPLOY_BASE)/bundled-sources
- rsync -rv --progress README.md $(DEPLOY_BASE)/.
- rsync -rv --progress --delete --exclude=\*~ library/. $(DEPLOY_BASE)/library/.
- rsync -rv --progress $(FILEASSETS) $(addprefix $(WASM_PACKED)/, $(WASM_ASSETS)) \
+ rsync -r README.md $(DEPLOY_BASE)/.
+ rsync -r --delete --exclude=\*~ library $(DEPLOY_BASE)/.
+ rsync -r $(FILEASSETS) $(addprefix $(WASM_PACKED)/, $(WASM_ASSETS)) \
$(DEPLOY_BASE)/assets/
+ @echo Deployment file copies complete.
#$(DEPLOY_BASE)/bundled-sources