Makefile: clean target should delete libfactor.dylib too

db4
Slava Pestov 2009-04-06 21:59:52 -05:00
parent 9f08e3a6bf
commit 959e659cdc
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ factor-ffi-test: vm/ffi_test.o
clean:
rm -f vm/*.o
rm -f factor*.dll libfactor.{a,so,dylib} libfactor-ffi-test.{a,so,dylib}
rm -f factor*.dll libfactor.{a,so,dylib} libfactor-ffi-test.{a,so,dylib} Factor.app/Contents/Frameworks/libfactor.dylib
vm/resources.o:
$(WINDRES) vm/factor.rs vm/resources.o