diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-20 01:35:57 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-20 01:35:57 +0800 |
| commit | a8d418d5b128bc1f63092fafd4037029b36c1748 (patch) | |
| tree | 988e3d7c9bf957642bb7a78c5ca98c6eb047c605 | |
| parent | 9a11c45e64dd9010d70a3a7e63819cec78c83afb (diff) | |
| download | mruby-a8d418d5b128bc1f63092fafd4037029b36c1748.tar.gz mruby-a8d418d5b128bc1f63092fafd4037029b36c1748.zip | |
Remove TODO. This point is finished
| -rw-r--r-- | mrblib/Makefile | 3 |
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) |
