#!/bin/sh
# clean - remove generated files and package

set -eu

rm -rf man

rm -f *.txz
