From: John Benediktsson Date: Thu, 10 Nov 2016 04:24:49 +0000 (-0800) Subject: update Nmakefile to properly delete vm\factor.res. X-Git-Tag: unmaintained~467 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=2725f7c2ba7e025355e7275d707732a9eed4c700 update Nmakefile to properly delete vm\factor.res. --- diff --git a/Nmakefile b/Nmakefile index ffd8b2d14e..160ec7a335 100644 --- a/Nmakefile +++ b/Nmakefile @@ -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