#!/bin/sh -e
if [ \! -d package -o \! -d source ]
then
	echo "You are not in the right directory." 1>&2
	exit 100
fi

exec rm -rf build/ command/ manual/ config/ guide/ header/ library/
