summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index f82a44b57..cb1ec1203 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -102,6 +102,7 @@ script = "mandown docs/MANPAGE.md ZELLIJ 1 > assets/man/zellij.1"
[tasks.ci-build-release]
workspace = false
dependencies = ["setup-cross-compilation", "install-mandown", "build-plugins-release", "wasm-opt-plugins", "ci-manpage"]
+
command = "cross"
args = ["build", "--verbose", "--release", "--target", "${CARGO_MAKE_TASK_ARGS}"]