Browse Source

Merge pull request #86 from tibounise/master

Fixing a typo
tmk 11 năm trước cách đây
mục cha
commit
37bf34d5b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/build.md

+ 1 - 1
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>