From da3f77809312608e4b60a3e985fb477fb6003b21 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 4 Mar 2014 21:51:19 +0100 Subject: [PATCH] More nagios removal --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39b384a5..e3e7da9a 100644 --- a/Makefile +++ b/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: