Makefile文件  |  7行  |  85 B

# Rules start with dots cannot be the first rule.
.foo:
	echo FAIL

test:
	echo PASS