rust/y.cmd
bjorn3 cfc919f532 Use cargo in y.sh
This will allow adding dependencies to the build system in the future.
2024-05-12 12:59:10 +00:00

8 lines
137 B
Batchfile

@echo off
echo [BUILD] build system >&2
cargo run --manifest-path build_system/Cargo.toml -- %* || goto :error
goto :EOF
:error
exit /b