]> gitweb.factorcode.org Git - factor.git/commitdiff
Delete .lib objects from Visual Studio if they exist. gcc doesn't build them, yet...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 22 Jan 2010 07:22:14 +0000 (01:22 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 22 Jan 2010 18:59:39 +0000 (12:59 -0600)
GNUmakefile

index 4447dfbede74abd78388dd5f83eea42b114d3293..c4796de63be6205e18b997a23b9c8d40060dfecf 100755 (executable)
@@ -213,6 +213,8 @@ endif
 clean:
        rm -f vm/*.o
        rm -f factor.dll
+       rm -f factor.lib
+       rm -f factor.dll.lib
        rm -f libfactor.*
        rm -f libfactor-ffi-test.*
        rm -f Factor.app/Contents/Frameworks/libfactor.dylib