# Makefile for pdfminer

RM=rm -f

all:

clean:
	-$(RM) *.pyc *.pyo
	-$(RM) -r __pycache__
	cd cmap && make clean
