jtsiomb / kdtree

A simple C library for working with KD-Trees
http://nuclear.mutantstargoat.com/sw/kdtree/
Other
395 stars 115 forks source link

Installation with prefix assumes lib and include exist #15

Closed elpetrak closed 9 years ago

elpetrak commented 9 years ago

Installation with prefix failed because it assumed that directories lib and include are already created. I needed to create them by hand and then run make install again.

jtsiomb commented 9 years ago

Thanks for reporting this. Just fixed it, and added a couple of other makefile improvements as well.