#!/bin/sh

# Just run make && make install
#  I will get around to doing a configure/libtool/automake thing
#    (when I learn how to do one :).


make && make install

