diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/jabber/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile index abfc7478..27a29be4 100644 --- a/protocols/jabber/Makefile +++ b/protocols/jabber/Makefile @@ -17,6 +17,8 @@ LFLAGS += -r # [SH] Phony targets all: jabber_mod.o check: all +gcov: + gcov *.c .PHONY: all clean distclean |