README
This tool helps people figure out what libraries an executable is linked to
recursively. It does this by running `otool -L` on each library until it
doesn't have anymore to run that on. You can use `grep` to parse the output.

To install, just simply run `make install`