Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
3stack-pdfminer / pdfminer / Makefile
Size: Mime:
# Makefile for pdfminer

RM=rm -f

all:

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