mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
cargo run adds junk to the environment
This commit is contained in:
parent
b79fd9e22b
commit
a52b1e16cc
3
justfile
3
justfile
|
@ -69,7 +69,8 @@ update-linker-scripts:
|
||||||
publish: (_run-tool "publish")
|
publish: (_run-tool "publish")
|
||||||
|
|
||||||
_run-tool +tool:
|
_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:
|
_build-rom folder name:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
Loading…
Reference in a new issue