mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-23 23:56:34 +11:00
Add release just script
This commit is contained in:
parent
a52b1e16cc
commit
866cc8f5a0
1 changed files with 2 additions and 0 deletions
2
justfile
2
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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue