mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
More nagios removal
This commit is contained in:
parent
cf30efe60e
commit
da3f778093
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -45,7 +45,6 @@ MYPY_FILES_DIRS:=linkcheck/HtmlParser linkcheck/checker \
|
|||
cgi-bin/lc.wsgi \
|
||||
linkchecker \
|
||||
linkchecker-gui \
|
||||
linkchecker-nagios \
|
||||
*.py
|
||||
|
||||
TESTS ?= tests
|
||||
|
|
@ -246,7 +245,7 @@ gui:
|
|||
$(MAKE) -C linkcheck/gui
|
||||
|
||||
count:
|
||||
@sloccount linkchecker linkchecker-gui linkchecker-nagios linkcheck tests
|
||||
@sloccount linkchecker linkchecker-gui linkcheck tests
|
||||
|
||||
# run eclipse ide
|
||||
ide:
|
||||
|
|
|
|||
Loading…
Reference in a new issue