Makefile文件  |  9行  |  87 B

warn=$(warning foo)

$(eval $(warn))
$(eval $$(warn))
$(warning bar)

test:
	echo done