diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-09 08:49:13 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-09 08:49:13 -0800 |
| commit | 5804e7682ecbd59c1a9cea56c9ad008cff206713 (patch) | |
| tree | 00c9c8bd8346598b6f2e2e0a608f376197f656c8 /doc | |
| parent | 4f3e217ce774e67a256f98f6b2cf9dd245d63032 (diff) | |
| parent | 33350251ae3d8d683ac4b4c462e7f8aa690c25da (diff) | |
| download | mruby-5804e7682ecbd59c1a9cea56c9ad008cff206713.tar.gz mruby-5804e7682ecbd59c1a9cea56c9ad008cff206713.zip | |
Merge pull request #714 from masuidrive/add_flags_for_building
Added conf.bins for defining bulding binaries
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/compile/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md index e68c0d6f1..cec70e68b 100644 --- a/doc/compile/README.md +++ b/doc/compile/README.md @@ -53,6 +53,7 @@ The following options can be configurated: * conf.objccflags (Object compiler flags) * conf.asmflags (Assembler flags) * conf.gem (A GEM which should be integrated - can be set several times) +* conf.bins (Build binaries) To compile just call ```./minirake``` inside of the mruby source root. To generate the test tool environment call ```./minirake test```. To clean |
