Open matthewbauer opened 9 years ago
Some of my Makefiles have an extension to them like: Makefile.common. Can there be a wildcard matcher for all Makefile.*?
I experimented with this a while back and it doesn't look like first-mate supports those types of wildcards. If I remember correctly I tried the following:
Makefile.*
Makefile*
Makefile
Some of my Makefiles have an extension to them like: Makefile.common. Can there be a wildcard matcher for all Makefile.*?