mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 22:24:49 +00:00
Add exists test on clean
This commit is contained in:
parent
ebb8fa9787
commit
e9dbaa81d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user