You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mpack/tools/clean.bat

4 lines
125 B
Batchfile

if exist test\.build rmdir /s /q test\.build
if exist .ninja_deps del /AH .ninja_deps
if exist .ninja_log del /AH .ninja_log