Skip to content

Commit

Permalink
Documentation update (qmk#12484)
Browse files Browse the repository at this point in the history
Update documentation to reflect what the actual target flags are

Co-authored-by: swampmonster <>
  • Loading branch information
swampmonster authored Apr 11, 2021
1 parent 1298eab commit b23eeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started_make_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b23eeb6

Please sign in to comment.