summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_cranelift/y.cmd
blob: e9b688645a4d822688346e1ea1b1beaa12c704aa (plain)
1
2
3
4
5
6
7
8
9
@echo off
echo [BUILD] build system >&2
mkdir build 2>nul
rustc build_system/main.rs -o build\y.exe -Cdebuginfo=1 --edition 2021 || goto :error
build\y.exe %* || goto :error
goto :EOF

:error
exit /b