Fix typo (#40)
This commit is contained in:
		| @@ -422,7 +422,7 @@ make运行时的系统环境变量可以在make开始运行时被载入到Makefi | ||||
|  | ||||
|     <target ...> : overide <variable-assignment> | ||||
|  | ||||
| <variable-assignment>;可以是前面讲过的各种赋值表达式,如 ``=`` 、 ``:=`` 、 ``+= `` | ||||
| <variable-assignment>;可以是前面讲过的各种赋值表达式,如 ``=`` 、 ``:=`` 、 ``+=`` | ||||
| 或是 ``?=`` 。第二个语法是针对于make命令行带入的变量,或是系统环境变量。 | ||||
|  | ||||
| 这个特性非常的有用,当我们设置了这样一个变量,这个变量会作用到由这个目标所引发的所有的规则中 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user