diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-24 01:50:20 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-24 01:50:20 +0800 |
| commit | 4d12ff4978a87f7687a607a3db8afb89d4e90d70 (patch) | |
| tree | 366bccea19997f21c5213690773572377cd7b941 | |
| parent | 6e589f57239d5ba04b41a7e23e59e9c30bcb243b (diff) | |
| download | mruby-4d12ff4978a87f7687a607a3db8afb89d4e90d70.tar.gz mruby-4d12ff4978a87f7687a607a3db8afb89d4e90d70.zip | |
Add accidently removed comment
| -rw-r--r-- | mrblib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile index 942b3e1d2..6d7ac65f9 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -52,6 +52,7 @@ endif .PHONY : all all : $(LIBR) +# update libmruby.a $(LIBR) : $(MLIB) $(LIBR0) $(CP) $(LIBR0) $(LIBR) $(AR) r $(LIBR) $(MLIB) |
