#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_AFTER_TEST=rm -rf {build_dir}/bitmaps

%:
	dh $@ --buildsystem=pybuild
