X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=fa18e6f58472b61fa48ca23c3e60625598115ca7;hp=8a09496aaed5cab87135cb7c246f6549afc92d87;hb=b28eb668688bcfc465cf6731d6c2529067803dce;hpb=f0119f8431be30713e29ef89a63a45d0fa28111c diff --git a/Makefile b/Makefile index 8a09496..fa18e6f 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ check: advent cheat cd tests; $(MAKE) --quiet # Requires gcov, lcov, libasan6, and libubsan1 -# The last two are Ubuntu names, might vary onb other distributions. +# The last two are Ubuntu names, might vary on other distributions. # 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. @@ -134,7 +134,7 @@ linty: CCFLAGS += -Winit-self linty: CCFLAGS += -Wpointer-arith linty: advent cheat -# These seem to be more modeern options for enabling coverage testing. +# These seem to be more modern options for enabling coverage testing. # Documenting them here in case a future version bump disables --coverage. #debug: CCFLAGS += -ftest-coverage #debug: CCFLAGS += -fprofile-arcs