diff options
| author | tmk <wakojun@gmail.com> | 2013-12-16 16:02:08 -0800 |
|---|---|---|
| committer | tmk <wakojun@gmail.com> | 2013-12-16 16:02:08 -0800 |
| commit | 37bf34d5b192aa7f64875eca8f6dc8af8f4b1347 (patch) | |
| tree | 61ada6767957ba28313b71aeb79e284e3ba56a0b | |
| parent | ac1acca8d749092d2a4beffb6da327b5288f52b6 (diff) | |
| parent | 696a7fbc6f1fc1e48948dd56c5f45462549b329c (diff) | |
| download | qmk_firmware-37bf34d5b192aa7f64875eca8f6dc8af8f4b1347.tar.gz qmk_firmware-37bf34d5b192aa7f64875eca8f6dc8af8f4b1347.zip | |
Merge pull request #86 from tibounise/master
Fixing a typo
| -rw-r--r-- | doc/build.md | 2 |
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. | |||
| 40 | Build firmware using GNU `make` command. You'll see `<project>_<variant>.hex` file in that directory unless something unexpected occurs in build process. | 40 | Build firmware using GNU `make` command. You'll see `<project>_<variant>.hex` file in that directory unless something unexpected occurs in build process. |
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | mkae -f Makefile.<variant> clean | 43 | make -f Makefile.<variant> clean |
| 44 | make -f Makefile.<variant> | 44 | make -f Makefile.<variant> |
| 45 | 45 | ||
| 46 | 46 | ||
