From: Holger Schemel Date: Mon, 3 Apr 2023 10:27:48 +0000 (+0200) Subject: added deployment as release target dependency to top level Makefile X-Git-Tag: 4.3.5.4^0 X-Git-Url: https://git.artsoft.org/rocksndiamonds.git/?a=commitdiff_plain;h=e8b50de6ebd8ebd181bcc107e571647235a563d0;p=rocksndiamonds.git added deployment as release target dependency to top level Makefile --- diff --git a/Makefile b/Makefile index 69fbf226..a8213040 100644 --- a/Makefile +++ b/Makefile @@ -237,7 +237,7 @@ dist-upload-all: dist-deploy-all: $(MAKE) dist-deploy-emscripten -dist-release-all: dist-package-all dist-copy-package-all dist-upload-all +dist-release-all: dist-package-all dist-copy-package-all dist-upload-all dist-deploy-all package-all: dist-package-all