install:
	echo "desdir=" $(DESTDIR)
	python setup.py install --root $(DESTDIR)
clean:
	find . -name '*.pyc' -delete
