Makefile文件  |  9行  |  80 B

empty=$(info FAIL)
rec=$(empty)

ifdef rec
$(info PASS)
else
$(info FAIL)
endif