This commit is contained in:
mingchaoyan 2016-07-06 10:07:14 +08:00
parent 4e404f876d
commit 4ac2df340a

View File

@ -293,7 +293,7 @@ make命令开始时会找寻 ``include`` 所指出的其它Makefile并把
make的工作方式 make的工作方式
-------------- --------------
GNU的make工作时的执行步骤想来其它的make也是类似 GNU的make工作时的执行步骤想来其它的make也是类似
#. 读入所有的Makefile。 #. 读入所有的Makefile。
#. 读入被include的其它Makefile。 #. 读入被include的其它Makefile。