quark - simple HTTP server
==========================
quark is a small and simple HTTP web server. It serves static
pages on a single host and has basic CGI support.


Installation
------------
Edit config.mk to match your local setup. quark is installed into
/usr/local/bin by default.

Afterwards enter the following command to build and install quark
(if necessary as root):

    $ make clean; make
    $ sudo make install


Running quark 
------------
    $ cd <web-root>
    $ sudo quark