# Makefile for pdfminer

RM=rm -f

all:

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