Makefile line incompatible with MacOS
Line 32 of Makefile seems to be incompatible with MacOS since the BSD implementation of xargs does not have the '-r' option, as seen [here](https://stackoverflow.com/questions/17402345/ignore-empty-results-for-xargs-in-mac-os-x). It would be great to modify this line to make it work perfectly both with Linux and MacOS.
issue