main shinobi / tests / mk / kati / wildcard_multi / test1 / mk
1files = $(wildcard P* M*)
2
3test1:
4	touch PASS
5
6test2:
7	echo $(files)