# Makefile for pdfminer.cmap

all:

clean:
	-rm *.pyc *.pyo

cmap_clean:
	rm -f *.pickle.gz
