# Makefile for pdfminer

PYCHECKER=pychecker --limit=0

all:

clean:
	-rm *.pyc *.pyo

check:
	$(PYCHECKER) *.py
