
17 Sep
2013
17 Sep
'13
2:03 p.m.
On 2013-09-17 23:52, David wrote: [...]
After sending I realised this could work for filenames with whitespace, provided it is part of a make rule:
found_files := $(wildcard *.mkv) $(wildcard *.mp4) $(wildcard *.avi)
I'm pretty sure this is also valid: found_files := $(wildcard *.mkv *.mp4 *.avi) -- Regards, Matthew Cengia