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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

execute_after_dh_clean:
	find . -maxdepth 2 -type d -name dist -prune -exec rm -rf -- {} +
