From: Joe Groff Date: Sat, 5 Jun 2010 00:03:33 +0000 (-0700) Subject: Nmakefile: delete factor.res when cleaning X-Git-Tag: 0.97~4669^2~58 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=e9d7b2876edfdc464342602bfbb6cd7a3cf5d474 Nmakefile: delete factor.res when cleaning --- diff --git a/Nmakefile b/Nmakefile index 1e6d3a0d42..6d9afa1aca 100755 --- a/Nmakefile +++ b/Nmakefile @@ -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