summaryrefslogtreecommitdiff
path: root/PCbuild/clean.bat
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/clean.bat')
-rw-r--r--PCbuild/clean.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/clean.bat b/PCbuild/clean.bat
new file mode 100644
index 0000000000..78517d225f
--- /dev/null
+++ b/PCbuild/clean.bat
@@ -0,0 +1,5 @@
+@echo off
+rem A batch program to clean a particular configuration,
+rem just for convenience.
+
+call %~dp0build.bat -t Clean %*