aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber')
-rw-r--r--protocols/jabber/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile
index 9b414dc8..27a29be4 100644
--- a/protocols/jabber/Makefile
+++ b/protocols/jabber/Makefile
@@ -16,6 +16,9 @@ LFLAGS += -r
# [SH] Phony targets
all: jabber_mod.o
+check: all
+gcov:
+ gcov *.c
.PHONY: all clean distclean