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

db4
Doug Coleman 2010-01-22 01:22:14 -06:00
parent 40cf302d2d
commit 51c9bd040d
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