blob: 49bb2dae8860f20133003b2fd6c6bc90260f9b96 [file] [log] [blame]
files = $(wildcard *,*)
test:
echo $(files)
test2: foo,bar
echo $(files)
foo,bar:
touch foo,bar