diff options
| author | QMK Bot <hello@qmk.fm> | 2021-04-11 10:49:39 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-04-11 10:49:39 +0000 |
| commit | 90875997ac86ad243277e85bd08c02bf8dff9451 (patch) | |
| tree | 54ee5526b550f2520c8b1cf4f7170848f1435a5e /docs | |
| parent | f02af23973ac368d82fa97b0914308828fad8897 (diff) | |
| parent | b23eeb6a14831064578428306938d577be3b6a05 (diff) | |
| download | qmk_firmware-90875997ac86ad243277e85bd08c02bf8dff9451.tar.gz qmk_firmware-90875997ac86ad243277e85bd08c02bf8dff9451.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting_started_make_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index 7198576e3..02216875c 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
| @@ -22,8 +22,8 @@ The `<target>` means the following | |||
| 22 | 22 | ||
| 23 | The following targets are for developers: | 23 | The following targets are for developers: |
| 24 | 24 | ||
| 25 | * `show-path` shows the path of the source and object files. | 25 | * `show_path` shows the path of the source and object files. |
| 26 | * `dump-vars` dumps the makefile variable. | 26 | * `dump_vars` dumps the makefile variable. |
| 27 | * `objs-size` displays the size of individual object files. | 27 | * `objs-size` displays the size of individual object files. |
| 28 | * `show_build_options` shows the options set in 'rules.mk'. | 28 | * `show_build_options` shows the options set in 'rules.mk'. |
| 29 | * `check-md5` displays the md5 checksum of the generated binary file. | 29 | * `check-md5` displays the md5 checksum of the generated binary file. |
