From e9d7b2876edfdc464342602bfbb6cd7a3cf5d474 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Fri, 4 Jun 2010 17:03:33 -0700 Subject: [PATCH] Nmakefile: delete factor.res when cleaning --- Nmakefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1