浏览代码

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 4 年之前
父节点
当前提交
90875997ac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/getting_started_make_guide.md

+ 2 - 2
docs/getting_started_make_guide.md

@@ -22,8 +22,8 @@ The `<target>` means the following
 
 The following targets are for developers:
 
-* `show-path` shows the path of the source and object files.
-* `dump-vars` dumps the makefile variable.
+* `show_path` shows the path of the source and object files.
+* `dump_vars` dumps the makefile variable.
 * `objs-size` displays the size of individual object files.
 * `show_build_options` shows the options set in 'rules.mk'.
 * `check-md5` displays the md5 checksum of the generated binary file.