fix 'make install'

In Makefile the following line has to be added

.PHONY: install

in order to avoid name conflict with existing './install' directory

Edited by Anton Kozhevnikov