Makefile文件  |  8行  |  69 B

files = $(wildcard P* M*)

test1:
	touch PASS

test2:
	echo $(files)