Default installation in /usr/local/{bin,share/,share/man}.

Makefile supports both DESTDIR and PREFIX GNU standards.

Just call install target to have mpd-sima and simadb_cli install within /usr/local

	make install

If you need to install it somewhere else use PREFIX variable.
For instance installing in regular /usr directory:

	make PREFIX=/usr install

Run uninstall target to remove the script.
