diff --git a/justfile b/justfile index 542861fd..575f9c3a 100644 --- a/justfile +++ b/justfile @@ -68,6 +68,8 @@ update-linker-scripts: publish: (_run-tool "publish") +release +args: (_run-tool "release" args) + _run-tool +tool: (cd tools && cargo build) tools/target/debug/tools {{tool}}