summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-20 01:35:57 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-20 01:35:57 +0800
commita8d418d5b128bc1f63092fafd4037029b36c1748 (patch)
tree988e3d7c9bf957642bb7a78c5ca98c6eb047c605
parent9a11c45e64dd9010d70a3a7e63819cec78c83afb (diff)
downloadmruby-a8d418d5b128bc1f63092fafd4037029b36c1748.tar.gz
mruby-a8d418d5b128bc1f63092fafd4037029b36c1748.zip
Remove TODO. This point is finished
-rw-r--r--mrblib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile
index 9ba7ed0cf..def24d497 100644
--- a/mrblib/Makefile
+++ b/mrblib/Makefile
@@ -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)