Home | History | Annotate | Download | only in testcase
      1 files = $(wildcard P* M*)
      2 
      3 test1:
      4 	touch PASS
      5 
      6 test2:
      7 	echo $(files)
      8