rust/y.cmd

8 lines
137 B
Batchfile
Raw Normal View History

2023-11-27 02:41:13 -06:00
@echo off
echo [BUILD] build system >&2
cargo run --manifest-path build_system/Cargo.toml -- %* || goto :error
2023-11-27 02:41:13 -06:00
goto :EOF
:error
2023-11-29 06:42:08 -06:00
exit /b