Makefile文件  |  7行  |  73 B

FOO=OK  # A comment
# A multiline comment \
FOO=fail

test:
	echo $(FOO)