cargo run adds junk to the environment

This commit is contained in:
Gwilym Kuiper 2022-10-02 17:53:42 +01:00
parent b79fd9e22b
commit a52b1e16cc

View file

@ -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