#!/bin/sh
# Cleans up build environment
rm -rf MANIFEST build dist
