diff --git a/Makefile.toml b/Makefile.toml index 60ad31ca0..86543f6d9 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -64,7 +64,7 @@ args = ["clippy", "--", "@@split(CARGO_MAKE_TASK_ARGS,;)"] # Release building and installing Zellij [tasks.install] workspace = false -dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "manpages-install"] +dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "manpage-install"] script_runner = "@duckscript" script = ''' if is_dir ${CARGO_MAKE_TASK_ARGS}