From 0b917d28da4f9cf06a8eeadcf077af4598fbce86 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 30 Apr 2018 18:08:09 +0100 Subject: GNUMakefile: Add note about how to list coverage of individual files --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index cb8dd195..0253cacd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -74,6 +74,7 @@ coverage: luacov luacov-console luacov-console -s + @echo "To inspect individual files run: luacov-console -l FILENAME" util/%.so: $(MAKE) install -C util-src -- cgit v1.2.3