
Installation of rot13
---------------------

Edit the Makefile by setting the correct values for CC, CFLAGS, and
LDFLAGS. Then do 'make'. The default setup is for GNU gcc under Linux.
On non-Linux systems you will probably want to remove the -N switch
from LDFLAGS.

If you wish you can also 'make test'. However, this assumes GNU groff.
If you don't have GNU groff, modify the Makefile for nroff.  Under
Linux, 'make install' will build, test, and install rot13 and its man
page.

