better fix for deleting the factor library on make clean

db4
Doug Coleman 2008-11-19 14:28:26 -06:00
parent 5df0a0073f
commit 5bf4065314
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ factor: $(DLL_OBJS) $(EXE_OBJS)
clean: clean:
rm -f vm/*.o rm -f vm/*.o
rm -f factor*.dll libfactor*.* rm -f factor*.dll libfactor.{a,so,dylib}
vm/resources.o: vm/resources.o:
$(WINDRES) vm/factor.rs vm/resources.o $(WINDRES) vm/factor.rs vm/resources.o