diff options
Diffstat (limited to 'NvCloth/clean.bat')
| -rw-r--r-- | NvCloth/clean.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NvCloth/clean.bat b/NvCloth/clean.bat index 7afce3a..a66d0a9 100644 --- a/NvCloth/clean.bat +++ b/NvCloth/clean.bat @@ -34,4 +34,13 @@ for /d %%G in (".\samples\compiler\vc*") do ( rd %%G /s /q ) +for /d %%G in (".\compiler\android-*") do ( +rd %%G /s /q +) + +for /d %%G in (".\test\compiler\android-*") do ( +rd %%G /s /q +) + + pause |