summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorNKGoc <natka.goc@gmail.com>2021-05-05 13:21:17 +0200
committerNKGoc <natka.goc@gmail.com>2021-05-05 13:21:17 +0200
commit67a0a8dc3bb4922dc5c28083499ed1284f248825 (patch)
treeb12a1731be68b304baac9019051d98e10497689c /Makefile.toml
parent0003f8268f3e3353d9302de833a1e07cfda829ef (diff)
parentb70d73a5810e14fd41d0217ec4ca82c1c42802c0 (diff)
Merge branch 'main' of https://github.com/Adhalianna/zellij
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}"]