Makefile文件  |  7行  |  53 B

test: foo

foo: A:=FAIL
foo: A:=PASS
foo:
	echo $(A)