update Nmakefile to properly delete vm\factor.res.

char-rename
John Benediktsson 2016-11-09 20:24:49 -08:00
parent 1c9ffc7dbd
commit 2725f7c2ba
1 changed files with 1 additions and 1 deletions

View File

@ -143,8 +143,8 @@ x86-64-vista:
clean:
del vm\*.obj
if exist vm\factor.res del vm\factor.res
if exist factor.lib del factor.lib
if exist factor.res del factor.res
if exist factor.com del factor.com
if exist factor.exe del factor.exe
if exist factor.dll del factor.dll