Very basic 'make install' target
Status: Beta
Brought to you by:
afletdinov
Hi, attached is a diff patch which adds a very basic 'make instal' target to the root Makefile. You still may want to improve it, e.g. adding support for other operating systems.
This target makes sure that 'make all' ran before so add all your parameters again you have done before for 'make all' target, e.g.:
$ make DEBUG=1 install PREFIX=/my/prefix
very basic 'make install' target.