# Makefile for pdfminer.cmap

all:

clean:
	-rm *.pyc *.pyo

cmap_clean:
	-rm *.py
	touch __init__.py
