To build yarssr simply run
	
	make

and to install the file run
	
	make install

This will install in /usr/local/bin by default. Set PREFIX to install
elsewhere. e.g.
	
	PREFIX=/usr && make install

That will result in yarssr being installed in /usr/bin.
