mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
run linkchecker multithreaded here
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3249 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
003532e20f
commit
131b56d102
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ PYTHON := python$(PYVER)
|
|||
PACKAGE := linkchecker
|
||||
VERSION := $(shell $(PYTHON) setup.py --version)
|
||||
HOST=www.debian.org
|
||||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot -v -r1 -t0 -C
|
||||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot -v -r1 -C
|
||||
# all Python files in the source
|
||||
PYFILES = $(wildcard *.py) linkchecker linkcheck tests
|
||||
PYLINT := env PYTHONPATH=. PYLINTRC=config/pylintrc $(PYTHON) /usr/bin/pylint
|
||||
|
|
|
|||
Loading…
Reference in a new issue