Commit a8d418d5 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Remove TODO. This point is finished

parent 9a11c45e
...@@ -52,9 +52,6 @@ endif ...@@ -52,9 +52,6 @@ endif
.PHONY : all .PHONY : all
all : $(LIBR) all : $(LIBR)
# TODO:
# all available GEMS have to be added to the main library
# update libmruby.a
$(LIBR) : $(MLIB) $(LIBR0) $(LIBR) : $(MLIB) $(LIBR0)
$(CP) $(LIBR0) $(LIBR) $(CP) $(LIBR0) $(LIBR)
$(AR) rs $(LIBR) $(MLIB) $(AR) rs $(LIBR) $(MLIB)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment