mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
cargo run adds junk to the environment
This commit is contained in:
parent
b79fd9e22b
commit
a52b1e16cc
1 changed files with 2 additions and 1 deletions
3
justfile
3
justfile
|
@ -69,7 +69,8 @@ update-linker-scripts:
|
|||
publish: (_run-tool "publish")
|
||||
|
||||
_run-tool +tool:
|
||||
cargo run --manifest-path "{{justfile_directory() + "/tools/Cargo.toml"}}" -- {{tool}}
|
||||
(cd tools && cargo build)
|
||||
tools/target/debug/tools {{tool}}
|
||||
|
||||
_build-rom folder name:
|
||||
#!/usr/bin/env bash
|
||||
|
|
Loading…
Add table
Reference in a new issue