Skip to content

Commit

Permalink
Quick script to dump obj/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKee committed Sep 15, 2016
1 parent a739d07 commit 127263c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clean-all.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REM --- Recursively remove all /bin and /obj directories ---

for /d /r . %%d in (bin,obj) do @if exist "%%d" rd /s/q "%%d"

0 comments on commit 127263c

Please sign in to comment.