diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-09-10 17:04:39 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-09-10 17:04:39 -0700 |
| commit | 835eac623456fb12b3639f9720f8d05b000e15c2 (patch) | |
| tree | 1088a90438e6629c69de4b14c0f4085f633b3879 /tools | |
| parent | 7ccc6fa28ccacf67a46dadfa2bedb3cb950335ab (diff) | |
| parent | f6a9846d0eabda0d42b1f6481d063754ea9f17c9 (diff) | |
| download | mruby-835eac623456fb12b3639f9720f8d05b000e15c2.tar.gz mruby-835eac623456fb12b3639f9720f8d05b000e15c2.zip | |
Merge pull request #461 from bovi/makefile-writing-fixes
Fix writing errors in Makefiles
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 |
