diff options
| author | TiBounise <tibounise@users.noreply.github.com> | 2013-12-16 19:53:02 +0100 |
|---|---|---|
| committer | TiBounise <tibounise@users.noreply.github.com> | 2013-12-16 19:53:02 +0100 |
| commit | 696a7fbc6f1fc1e48948dd56c5f45462549b329c (patch) | |
| tree | 0578276af8afa35e208cd566e310be944174a1e2 /doc/build.md | |
| parent | c9dee36e42ca56bda91d07071bd4251dbba23009 (diff) | |
| download | qmk_firmware-696a7fbc6f1fc1e48948dd56c5f45462549b329c.tar.gz qmk_firmware-696a7fbc6f1fc1e48948dd56c5f45462549b329c.zip | |
Fixing a typo
Diffstat (limited to 'doc/build.md')
| -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 | ||
