Skip to content

Commit

Permalink
Add simple clean.cmd to help clear build leftovers between major work (
Browse files Browse the repository at this point in the history
  • Loading branch information
supermem613 authored Jan 10, 2024
1 parent 6a85e0f commit 512226d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/clean.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
powershell -c "Get-ChildItem .\ -include bin,obj -Recurse | foreach ($_) { remove-item $_.fullname -Force -Recurse }"

0 comments on commit 512226d

Please sign in to comment.