nlitsme / extfstools

Tools for extracting files from ext2,3,4 filesystem images
MIT License
121 stars 39 forks source link

Makefile: add make install #15

Open YusufKhan-gamedev opened 2 years ago

nlitsme commented 2 years ago

please use cmake for this, see for example: https://stackoverflow.com/questions/48428647/how-to-use-cmake-to-install. Also don't hardcode for /bin, the target directory may depend on your OS and local directory setup.