Makefile文件  |  11行  |  93 B

define foo
 $(eval X:=) \
 $(eval X:=) \
 $(warning foo)
endef

$(call foo)

test:
	echo FOO