# HG changeset patch # User Matthew Wild # Date 1525108089 -3600 # Node ID daa518a22c34d05a486329b44032806737687d9b # Parent 53178b6ba5890fc8b438252dc57d40f8f4026468 GNUMakefile: Add note about how to list coverage of individual files diff -r 53178b6ba589 -r daa518a22c34 GNUmakefile --- a/GNUmakefile Wed May 09 16:15:40 2018 +0200 +++ b/GNUmakefile Mon Apr 30 18:08:09 2018 +0100 @@ -74,6 +74,7 @@ luacov luacov-console luacov-console -s + @echo "To inspect individual files run: luacov-console -l FILENAME" util/%.so: $(MAKE) install -C util-src