diff options
Diffstat (limited to 'protocols/jabber')
-rw-r--r-- | protocols/jabber/Makefile | 3 |
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 |