aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>