aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/yahoo/Makefile')
-rw-r--r--protocols/yahoo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile
index b4014f8a..b4fe56e2 100644
--- a/protocols/yahoo/Makefile
+++ b/protocols/yahoo/Makefile
@@ -16,6 +16,10 @@ LFLAGS += -r
# [SH] Phony targets
all: yahoo_mod.o
+check: all
+lcov: check
+gcov:
+ gcov *.c
.PHONY: all clean distclean