diff options
Diffstat (limited to 'PCbuild/clean.bat')
-rw-r--r-- | PCbuild/clean.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/clean.bat b/PCbuild/clean.bat new file mode 100644 index 0000000..78517d2 --- /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 %*
|