blob: c07b5ee5648a6c0c9ff5595547dc2ef03a677760 [file] [log] [blame]
files = $(wildcard M*)
$(shell mkdir tmp)
files += $(wildcard tmp/../M*)
files += $(wildcard not_exist/../M*)
test:
echo $(files)