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
signature.asc
Description: Digital signature
_______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
