Correct.
make install command will invoke install once for each file you need put in place.
Make is just a tool that I like to use, you could even just add an install.sh script that sets up all the needed files.
Correct.
make install command will invoke install once for each file you need put in place.
Make is just a tool that I like to use, you could even just add an install.sh script that sets up all the needed files.