Repository URL to install this package:
|
Version:
0.1.5 ▾
|
# Makefile for pdfminer
RM=rm -f
all:
clean:
-$(RM) *.pyc *.pyo
cd cmap && make clean