]> gitweb.factorcode.org Git - factor.git/commitdiff
Nmakefile: delete factor.res when cleaning
authorJoe Groff <arcata@gmail.com>
Sat, 5 Jun 2010 00:03:33 +0000 (17:03 -0700)
committerJoe Groff <arcata@gmail.com>
Sat, 5 Jun 2010 00:03:33 +0000 (17:03 -0700)
Nmakefile

index 1e6d3a0d4256c7b01edb6a81ac99de6b67d9a99b..6d9afa1aca8dac23786829ba6311003bf7b49c72 100755 (executable)
--- 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