Setup build enviorment

This commit is contained in:
2022-08-21 16:25:37 +02:00
parent 92819b716b
commit fbe296b758
9 changed files with 185 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ IF %2 == check (
IF %2 == clean (
echo cargo clean %1
cargo clean
@del %org_dir%\..\..\bin\%1.exe
exit /B %ERRORLEVEL%
)