X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=88c59e6e60c46d3ec5855b94f93f6f7647ef5067;hb=cb293f4aa4f29f0da11c1ddae9ee0712f4e1dd0a;hp=a7acbd8538b19ea49c03f7ad9269f8236b383327;hpb=124e7768b45712a7c2dbd979bda88e2e54fd0ed6;p=open-adventure.git diff --git a/Makefile b/Makefile index a7acbd8..88c59e6 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ cheat: $(CHEAT_OBJS) dungeon.o CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf cppcheck: - @-cppcheck -I. --quiet --template gcc -UPROP_SET_SEEN --enable=all $(CSUPPRESSIONS) *.[ch] + @-cppcheck -I. --quiet --template gcc -UOBJECT_SET_SEEN --enable=all $(CSUPPRESSIONS) *.[ch] pylint: @-pylint --score=n *.py */*.py