Remove TODO. This point is finished

This commit is contained in:
Daniel Bovensiepen
2012-09-20 01:35:57 +08:00
parent 9a11c45e64
commit a8d418d5b1
-3
View File
@@ -52,9 +52,6 @@ endif
.PHONY : all
all : $(LIBR)
# TODO:
# all available GEMS have to be added to the main library
# update libmruby.a
$(LIBR) : $(MLIB) $(LIBR0)
$(CP) $(LIBR0) $(LIBR)
$(AR) rs $(LIBR) $(MLIB)