pdfminer.six/pdfminer/Makefile

10 lines
91 B
Makefile

# Makefile for pdfminer
RM=rm -f
all:
clean:
-$(RM) *.pyc *.pyo
cd cmap && make clean