summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortmk <wakojun@gmail.com>2013-12-17 01:02:08 +0100
committertmk <wakojun@gmail.com>2013-12-17 01:02:08 +0100
commit37bf34d5b192aa7f64875eca8f6dc8af8f4b1347 (patch)
tree61ada6767957ba28313b71aeb79e284e3ba56a0b /doc
parentac1acca8d749092d2a4beffb6da327b5288f52b6 (diff)
parent696a7fbc6f1fc1e48948dd56c5f45462549b329c (diff)
downloadqmk_firmware-37bf34d5b192aa7f64875eca8f6dc8af8f4b1347.tar.gz
qmk_firmware-37bf34d5b192aa7f64875eca8f6dc8af8f4b1347.tar.xz
Merge pull request #86 from tibounise/master
Fixing a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.md b/doc/build.md
index ae8565010..2e8157e09 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>