Install executable files without make install

If there is no install target in Makefile, You can copy execute files under current directory into specific directory by using following command.

cp `find . -perm 755` /usr/local/bin
Written on March 13, 2015