Fix bugs in coverage testing.
[open-adventure.git] / Makefile
index c44cce5a8591c0a081e021e876b8e75a89160052..f8599ea4f0ca42e5b3a9f826f6c0d6b631cd4d6e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,8 +64,9 @@ cheat: $(CHEAT_OBJS) dungeon.o
 check: advent cheat
        cd tests; $(MAKE) --quiet
 
-# After this, run your browser ob coverage/open-adventure/index.html
-# to see coverage results.
+# 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