summaryrefslogtreecommitdiff
path: root/pjlib/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/build/Makefile')
-rw-r--r--pjlib/build/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
index 09777541..c278f752 100644
--- a/pjlib/build/Makefile
+++ b/pjlib/build/Makefile
@@ -99,3 +99,7 @@ realclean:
distclean: realclean
+gcov-report:
+ $(MAKE) -f $(RULES_MAK) APP=PJLIB app=pjlib gcov-report
+ $(MAKE) -f $(RULES_MAK) APP=TEST app=pjlib-test gcov-report
+