summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d57c33b..4db4ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,10 @@ include UI/Qt/Makefile.inc
.PHONY: all
all: $(TARGETS)
+.PHONY: coverage
+coverage:
+ tools/coverage/GenerateCoverageResults.sh
+
.PHONY: clean
clean: clean-deps $(CLEANTARGETS)
-$(RM) $(CLEANFILES) \