mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Add release just script
This commit is contained in:
parent
a52b1e16cc
commit
866cc8f5a0
2
justfile
2
justfile
|
@ -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}}
|
||||||
|
|
Loading…
Reference in a new issue