Skip to content

Commit

Permalink
update ClearCompiledPycs.bat to deal with the new folder structure pr…
Browse files Browse the repository at this point in the history
…operly.
  • Loading branch information
mdsitton committed Jan 6, 2014
1 parent cbf6596 commit 8d68d2d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/scripts/ClearCompiledPycs.bat
@@ -1,10 +1,5 @@
cd ..
del *.pyc
del *.pyo
del *.bak
cd midi
del *.pyc
del *.pyo
del *.bak
cd ..
del /S *.pyc
del /S *.pyo
del /S *.bak
rd /s /q build

0 comments on commit 8d68d2d

Please sign in to comment.