๐Ÿ“ฆ rust-lang / rust

๐Ÿ“„ y.cmd ยท 8 lines
1
2
3
4
5
6
7
8@echo off
echo [BUILD] build system >&2
cargo run --manifest-path build_system/Cargo.toml -- %* || goto :error
goto :EOF

:error
exit /b