Makefile文件  |  10行  |  122 B

test::
	echo FOO
test::
	echo BAR

test:: A=B

# Merge a double colon rule with target specific variable is OK.
test: A=B