diff options
Diffstat (limited to 'PCbuild/clean.bat')
-rw-r--r-- | PCbuild/clean.bat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PCbuild/clean.bat b/PCbuild/clean.bat index 78517d2..6144c71 100644 --- a/PCbuild/clean.bat +++ b/PCbuild/clean.bat @@ -1,5 +1,5 @@ -@echo off
-rem A batch program to clean a particular configuration,
-rem just for convenience.
-
-call %~dp0build.bat -t Clean %*
+@echo off +rem A batch program to clean a particular configuration, +rem just for convenience. + +call %~dp0build.bat -t Clean %* |