aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/wildcard_multi.mk
blob: 1db9377b555ee3039f71bd0bfce12ff98ec65ee0 (plain)
1
2
3
4
5
6
7
8
9
# TODO(ninja): Fix

files = $(wildcard P* M*)

test1:
	touch PASS

test2:
	echo $(files)