This commit fixes the `find` command use to generate the targets files
lists. The command missed the `-type f` parameter. Because of this
missing parameter, the `teal_targets` list had the `src/awesome.d.tl`
path detected while it's actually a directory.