summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmk <wakojun@gmail.com>2013-12-16 16:02:08 -0800
committertmk <wakojun@gmail.com>2013-12-16 16:02:08 -0800
commit37bf34d5b192aa7f64875eca8f6dc8af8f4b1347 (patch)
tree61ada6767957ba28313b71aeb79e284e3ba56a0b
parentac1acca8d749092d2a4beffb6da327b5288f52b6 (diff)
parent696a7fbc6f1fc1e48948dd56c5f45462549b329c (diff)
Merge pull request #86 from tibounise/master
Fixing a typo
-rw-r--r--doc/build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.md b/doc/build.md
index ae8565010e..2e8157e09c 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -40,7 +40,7 @@ Move to project directory in the firmware source.
Build firmware using GNU `make` command. You'll see `<project>_<variant>.hex` file in that directory unless something unexpected occurs in build process.
- mkae -f Makefile.<variant> clean
+ make -f Makefile.<variant> clean
make -f Makefile.<variant>