Add accidently removed comment

This commit is contained in:
Daniel Bovensiepen
2012-09-24 01:50:20 +08:00
parent 6e589f5723
commit 4d12ff4978
+1
View File
@@ -52,6 +52,7 @@ endif
.PHONY : all
all : $(LIBR)
# update libmruby.a
$(LIBR) : $(MLIB) $(LIBR0)
$(CP) $(LIBR0) $(LIBR)
$(AR) r $(LIBR) $(MLIB)