mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-01 19:34:43 +00:00
fix various target
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3254 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
5b24a72901
commit
5171f9f875
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -161,6 +161,6 @@ diff:
|
|||
# various python check scripts
|
||||
.PHONY: various
|
||||
various:
|
||||
py-check-append $(CHECKFILES)
|
||||
py-clean-future -r $(CHECKFILES)
|
||||
py-find-nocoding $(CHECKFILES)
|
||||
py-check-append $(PYFILES)
|
||||
py-clean-future -r $(PYFILES)
|
||||
py-find-nocoding $(PYFILES)
|
||||
|
|
|
|||
Loading…
Reference in a new issue