Makefile文件  |  5行  |  65 B

vardef=$(eval $(1):=$(2))
$(call vardef,x,PASS)
test:
	echo $(x)