haampie / libtree

ldd as a tree
MIT License
2.63k stars 60 forks source link

make install does not install libtree binary #5

Closed maxice8 closed 4 years ago

maxice8 commented 4 years ago

One needs to install it manually from the builddir

haampie commented 4 years ago

Thanks, yes, this seems low-hanging fruit. Up till now I've been using libtree itself to "install" itself (https://github.com/haampie/libtree/blob/master/.github/workflows/ccpp.yml#L27), but make install should definitely be made to work as well.

haampie commented 4 years ago

Done