Nmakefile: delete factor.res when cleaning
parent
8644e12bb6
commit
e9d7b2876e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue