#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

DEB_PYTHON_DESTDIR=$(CURDIR)/debian/python-pychart/

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

clean::
	find -name '*.pyc' -exec rm -f {} \;
