X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=460550babe20a6dc18bd1e8e65d80a24390cb31a;hb=9af3ab4ecddbd6dd0347a4adc54a98b5153a9fb6;hp=84039b4e8df8a5a698fd77cb30a5d19f4ae66d76;hpb=dee8809e3091a9e06f79fcc47f9a38c4183894e5;p=open-adventure.git diff --git a/Makefile b/Makefile index 84039b4..460550b 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ coverage: debug html: advent.html history.html hints.html # README.adoc exists because that filename is magic on GitLab. -DOCS=COPYING NEWS README.adoc TODO advent.adoc history.adoc notes.adoc hints.adoc advent.6 INSTALL.adoc +DOCS=COPYING NEWS README.adoc advent.adoc history.adoc notes.adoc hints.adoc advent.6 INSTALL.adoc TESTFILES=tests/*.log tests/*.chk tests/README tests/decheck tests/Makefile # Can't use GNU tar's --transform, needs to build under Alpine Linux. @@ -136,7 +136,7 @@ debug: CCFLAGS += -fsanitize=address debug: CCFLAGS += -fsanitize=undefined debug: linty -PYSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf +CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf cppcheck: cppcheck -I. --template gcc --enable=all $(CSUPPRESSIONS) *.[ch]