Nmakefile: delete factor.res when cleaning

Joe Groff 2010-06-04 17:03:33 -07:00
parent eab513cce5
commit f3f4594683
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ x86-64:
clean:
del vm\*.obj
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