diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-04-30 18:08:09 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-04-30 18:08:09 +0100 |
commit | 0b917d28da4f9cf06a8eeadcf077af4598fbce86 (patch) | |
tree | b721e139d71a1b6589d04457d6d896c0a467482b /GNUmakefile | |
parent | 7fa2aa0007e5bdae55ff0ced57ba193154302312 (diff) | |
download | prosody-0b917d28da4f9cf06a8eeadcf077af4598fbce86.tar.gz prosody-0b917d28da4f9cf06a8eeadcf077af4598fbce86.zip |
GNUMakefile: Add note about how to list coverage of individual files
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |