Makefile文件  |  10行  |  72 B

define comment
# PASS
endef

a:=$(comment)

foo:
	$(comment)
	echo $(a)