Add release just script

This commit is contained in:
Gwilym Kuiper 2022-10-02 17:55:05 +01:00
parent a52b1e16cc
commit 866cc8f5a0

View file

@ -68,6 +68,8 @@ update-linker-scripts:
publish: (_run-tool "publish") publish: (_run-tool "publish")
release +args: (_run-tool "release" args)
_run-tool +tool: _run-tool +tool:
(cd tools && cargo build) (cd tools && cargo build)
tools/target/debug/tools {{tool}} tools/target/debug/tools {{tool}}