cppcheck cleanup.
[open-adventure.git] / Makefile
index 80ac01f3b4a10c506305cf3ac9c1b72280281553..f8599ea4f0ca42e5b3a9f826f6c0d6b631cd4d6e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,9 @@ cheat: $(CHEAT_OBJS) dungeon.o
 check: advent cheat
        cd tests; $(MAKE) --quiet
 
+# After this, run your browser on coverage/open-adventure/index.html
+# to see coverage results. Browse coverage/adventure.yaml.html
+# to see symbol coverage over the YAML file.
 coverage: debug
        cd tests; $(MAKE) coverage --quiet