Nmakefile: delete factor.res when cleaning

db4
Joe Groff 2010-06-04 17:03:33 -07:00
parent 8644e12bb6
commit e9d7b2876e
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ x86-64:
clean: clean:
del vm\*.obj del vm\*.obj
if exist factor.lib del factor.lib if exist factor.lib del factor.lib
if exist factor.res del factor.res
if exist factor.com del factor.com if exist factor.com del factor.com
if exist factor.exe del factor.exe if exist factor.exe del factor.exe
if exist factor.dll del factor.dll if exist factor.dll del factor.dll