diff options
Diffstat (limited to 'cleanwin.cmd')
-rw-r--r-- | cleanwin.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanwin.cmd b/cleanwin.cmd index 38b08bf..306e72c 100644 --- a/cleanwin.cmd +++ b/cleanwin.cmd @@ -16,7 +16,7 @@ REM # echo make lib done cd util
nmake /nologo -f %UTMAKE% clean
-del tmp\*.obj 2>NULL
+del tmp\*.obj 2>NUL
del *.pdb 2>NUL
del *.manifest 2>NUL
cd ..
|