Makefile文件  |  10行  |  78 B

.PHONY: test

define _rule
# comment
test:
	echo PASS
endef

$(eval $(_rule))