]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Fixing a typo
authorTiBounise <tibounise@users.noreply.github.com>
Mon, 16 Dec 2013 18:53:02 +0000 (19:53 +0100)
committerTiBounise <tibounise@users.noreply.github.com>
Mon, 16 Dec 2013 18:53:02 +0000 (19:53 +0100)
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>