Delete .lib objects from Visual Studio if they exist. gcc doesn't build them, yet tries to use them if they exist...

Doug Coleman 2010-01-22 01:22:14 -06:00
parent 5bb6cc9471
commit cd89e2ec41
1 changed files with 2 additions and 0 deletions

View File

@ -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