aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/wildcard_multi.mk
blob: 9054ca3ff90e70f579ef57ff8e000cdba2673959 (plain)
1
2
3
4
5
6
7
files = $(wildcard P* M*)

test1:
	touch PASS

test2:
	echo $(files)