blob: 49bb2dae8860f20133003b2fd6c6bc90260f9b96 [file] [log] [blame]
Fumitoshi Ukaie520f262015-03-31 17:27:03 +09001files = $(wildcard *,*)
2
3test:
4 echo $(files)
5
6test2: foo,bar
7 echo $(files)
8
9foo,bar:
10 touch foo,bar