]> gitweb.factorcode.org Git - factor.git/commitdiff
update Nmakefile to properly delete vm\factor.res.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Nov 2016 04:24:49 +0000 (20:24 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Nov 2016 04:24:49 +0000 (20:24 -0800)
Nmakefile

index ffd8b2d14e41f0eab5627820c40c94b78d05d8a0..160ec7a3350a9098f5f40d57ac0268d7d7007b0e 100644 (file)
--- 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