summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLlewellyn Pritchard <xacc.ide@gmail.com>2024-03-01 22:16:44 +0200
committerLlewellyn Pritchard <xacc.ide@gmail.com>2024-03-01 22:16:44 +0200
commitc0e945729f7327f254ffb363dc9b71823dba7a09 (patch)
treedab7d9e2d69c38044db00cdc8b6aaaefcf9bcf31
parentd95c5d7f6d752edd01923037f02afcba1062a2c5 (diff)
Delete all dll in bin dir for clean
-rw-r--r--IronScheme/clean.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/IronScheme/clean.cmd b/IronScheme/clean.cmd
index 50b83c62..8dd42e66 100644
--- a/IronScheme/clean.cmd
+++ b/IronScheme/clean.cmd
@@ -1 +1,4 @@
@msbuild /nologo IronSchemeCore.sln /m /v:m /t:Clean
+@pushd IronScheme.Console\bin\
+@del /s /q *.dll
+@popd \ No newline at end of file