diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-09 22:40:08 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-09 22:40:08 +0900 |
| commit | 33350251ae3d8d683ac4b4c462e7f8aa690c25da (patch) | |
| tree | 28560c8ddb827fbfec2380fb3a40324d0ac001df /doc | |
| parent | eab894e5be20babfc5761835a6d085ec077095c0 (diff) | |
| download | mruby-33350251ae3d8d683ac4b4c462e7f8aa690c25da.tar.gz mruby-33350251ae3d8d683ac4b4c462e7f8aa690c25da.zip | |
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 |
