aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 811e96be..f32dae84 100644
--- a/Makefile
+++ b/Makefile
@@ -49,9 +49,14 @@ distclean: clean $(subdirs)
check: all
$(MAKE) -C tests
+lcov:
gcov: check
gcov *.c
+lcov: check
+ lcov --directory . --capture --output-file bitlbee.info
+ genhtml -o coverage bitlbee.info
+
install-doc:
$(MAKE) -C doc install