Skip to content

Commit f6a9846

Browse files
committed
Fix writing errors in Makefiles
1 parent fffa890 commit f6a9846

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# makefile discription.
1+
# Makefile description.
22
# basic build file for mruby
33

44
# compiler, linker (gcc), archiver, parser generator

mrblib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# makefile discription.
1+
# Makefile description.
22
# basic build file for mruby library (Ruby part)
33

44
# project-specific macros

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# makefile discription.
1+
# Makefile description.
22
# basic build file for mruby library
33

44
# project-specific macros

test/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# makefile discription.
2-
# basic build file for mruby library (Ruby part)
1+
# Makefile description.
2+
# basic build file for the mruby testing environment mrbtest
33

44
# project-specific macros
55
# extension of the executable-file is modifiable(.exe .out ...)

tools/mirb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# makefile discription.
1+
# Makefile description.
22
# basic build file for mirb executable
33

44
# project-specific macros

tools/mrbc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# makefile discription.
1+
# Makefile description.
22
# basic build file for mruby-compiler
33

44
# project-specific macros

tools/mruby/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# makefile discription.
1+
# Makefile description.
22
# basic build file for mruby executable
33

44
# project-specific macros

0 commit comments

Comments
 (0)