diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-09-12 07:40:38 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-09-12 07:40:38 +0900 |
| commit | cdbd116c49078ab32d70f6a0f8cf9dcfa694a7a3 (patch) | |
| tree | 1cfd1968cd0407a9bf84989be7cdd6b7ab492747 /tools | |
| parent | 2edee29e685d51ddd5ba2cc4b80f93eaa33ae40f (diff) | |
| parent | bcd77200ac829311c745d260053ee9a3ec5d1f16 (diff) | |
| download | mruby-cdbd116c49078ab32d70f6a0f8cf9dcfa694a7a3.tar.gz mruby-cdbd116c49078ab32d70f6a0f8cf9dcfa694a7a3.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mirb/Makefile | 2 | ||||
| -rw-r--r-- | tools/mrbc/Makefile | 2 | ||||
| -rw-r--r-- | tools/mruby/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/mirb/Makefile b/tools/mirb/Makefile index 52941f242..8dbbc52b3 100644 --- a/tools/mirb/Makefile +++ b/tools/mirb/Makefile @@ -1,4 +1,4 @@ -# makefile discription. +# Makefile description. # basic build file for mirb executable # project-specific macros diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile index eea0c02cb..9da1776bd 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile @@ -1,4 +1,4 @@ -# makefile discription. +# Makefile description. # basic build file for mruby-compiler # project-specific macros diff --git a/tools/mruby/Makefile b/tools/mruby/Makefile index 9955b4302..e94c1b2b4 100644 --- a/tools/mruby/Makefile +++ b/tools/mruby/Makefile @@ -1,4 +1,4 @@ -# makefile discription. +# Makefile description. # basic build file for mruby executable # project-specific macros |
