X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=f8599ea4f0ca42e5b3a9f826f6c0d6b631cd4d6e;hb=8b8a3a73c4812af90bdd755c35f6c4e001553872;hp=c44cce5a8591c0a081e021e876b8e75a89160052;hpb=865e10e6d0d15df04ac6209990394277ba1da2a7;p=open-adventure.git diff --git a/Makefile b/Makefile index c44cce5..f8599ea 100644 --- 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