Makefile文件  |  13行  |  96 B

$(warning foo)

define baz
b
a
z
endef

test:
	$(warning bar'""')
	$(warning $(baz))
	echo PASS