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