rust/y.cmd

8 lines
137 B
Batchfile
Raw Normal View History

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