Closed waj closed 4 years ago
Currently the Makefile makes use of the ** wildcard. But that actually doesn't have any effect. I replaced that with find calls, that I hope are fully portable 🤞
**
find
AFAIK the shell function is a GNU make extension and not portable.
shell
And ** perfectly worked for me, so that's weird. Maybe it's related to the deeply nested lib/molinillo/src/molinillo directory structure.
lib/molinillo/src/molinillo
Currently the Makefile makes use of the
**
wildcard. But that actually doesn't have any effect. I replaced that withfind
calls, that I hope are fully portable 🤞