diff options
Diffstat (limited to 'cleanup.bat')
| -rw-r--r-- | cleanup.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cleanup.bat b/cleanup.bat new file mode 100644 index 0000000..516eef0 --- /dev/null +++ b/cleanup.bat @@ -0,0 +1,7 @@ +@echo off +rmdir /S /Q "Debug" >nul 2>&1 +rmdir /S /Q "Release" >nul 2>&1 +rmdir /S /Q "Stripped" >nul 2>&1 +@echo on + +echo _.-+*+-._ get ready to slay _.-+*+-._
\ No newline at end of file |
