Add exists test on clean

This commit is contained in:
Josef Pospíšil 2024-03-20 10:18:42 +01:00
parent ebb8fa9787
commit e9dbaa81d2
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ exit /b 0
:CLEAN
del *.exe *.lib *.exp
rd /s /q build
rd /s /q dist
if exist dist (
rd /s /q dist
)
exit /b 0
@rem Run tests