GNUMakefile: Add note about how to list coverage of individual files
authorMatthew Wild <mwild1@gmail.com>
Mon, 30 Apr 2018 18:08:09 +0100
changeset 8785 daa518a22c34
parent 8784 53178b6ba589
child 8786 79133eca0656
GNUMakefile: Add note about how to list coverage of individual files
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