#!/bin/bash
# Simple script to create a clean distribution
#
rm splat utils/fontdata utils/citydecoder utils/usgs2sdf
echo "Done!"

