调整文档格式.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2022-05-13 15:00:49 +08:00
parent ffc4e8091e
commit b4e221152a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ make modules_install INSTALL_MOD_PATH=<target dir>
make dtbs
# 清除之前编译的可执行文件及配置文件。
make clean
# 类似 make clean但同时也将configure生成的文件全部删除掉包括Makefile。
# 类似 make clean但同时也将 configure 生成的文件全部删除掉,包括 Makefile。
make distclean
```