]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - doc/build.md
Fixing a typo
[qmk_firmware.git] / doc / build.md
index ae8565010e7b0c29e2a93a661b125d45737919af..2e8157e09cf3fe6aff1eb77769c34ccb1404b251 100644 (file)
@@ -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>