1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-14 17:29:55 +00:00

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

View File

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