summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7ba22a319..a9d575f1e 100644
--- a/makefile
+++ b/makefile
@@ -43,7 +43,8 @@ gcov:
rm -rf obj/gcov/*
$(MAKE) gcov_pass
find obj/gcov/ -size 0c | xargs rm # Delete empty files.
- genhtml obj/gcov/*.lcov -o obj/gcov/html
+ genhtml obj/gcov/*.lcov -o obj/gcov/html --prefix `pwd` \
+ --title `git describe --dirty`
@echo "View GCOV results with: firefox obj/gcov/html/index.html"
$(IMGDIR)/hbotStringFile : $(IMAGES)
OpenPOWER on IntegriCloud