From 153e28e83675b18a901977a34e6bc3c0e9feed86 Mon Sep 17 00:00:00 2001 From: Erovia Date: Sun, 11 Apr 2021 10:50:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20b23eeb6a14831064578428306938d577be3b6a05=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getting_started_make_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started_make_guide.md b/getting_started_make_guide.md index 7198576e3a..02216875c8 100644 --- a/getting_started_make_guide.md +++ b/getting_started_make_guide.md @@ -22,8 +22,8 @@ The `` 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.