Delete .lib objects from Visual Studio if they exist. gcc doesn't build them, yet tries to use them if they exist...
parent
40cf302d2d
commit
51c9bd040d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue