X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=8836d1ac0874891555bae267907dfa6b418cc1fa;hp=6651a111d3c827b1594eb1783b16b33b05fad3f0;hb=5cdaa301dcf6ececc1d2a9e340d8da698a9f55d8;hpb=ee7bacc9ec2d701138586fe2b363702c4f46deee diff --git a/Makefile b/Makefile index 6651a11..8836d1a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ INC+=$(shell pkg-config --cflags libedit) OBJS=main.o init.o actions.o score.o misc.o saveresume.o CHEAT_OBJS=cheat.o init.o actions.o score.o misc.o saveresume.o -SOURCES=$(OBJS:.o=.c) advent.h adventure.yaml Makefile control make_dungeon.py +SOURCES=$(OBJS:.o=.c) advent.h adventure.yaml Makefile control make_dungeon.py templates/*.tpl .c.o: $(CC) $(CCFLAGS) $(INC) $(DBX) -c $< @@ -39,7 +39,7 @@ saveresume.o: advent.h dungeon.h dungeon.o: dungeon.c dungeon.h $(CC) $(CCFLAGS) $(DBX) -c dungeon.c -dungeon.c dungeon.h: make_dungeon.py adventure.yaml +dungeon.c dungeon.h: make_dungeon.py adventure.yaml templates/*.tpl ./make_dungeon.py clean: @@ -74,7 +74,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 +DOCS=COPYING NEWS README.adoc TODO 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. @@ -105,6 +105,8 @@ linty: CCFLAGS += -Wstrict-prototypes linty: CCFLAGS += -Wmissing-prototypes linty: CCFLAGS += -Wmissing-declarations linty: CCFLAGS += -Wshadow +linty: CCFLAGS += -Wnull-dereference +linty: CCFLAGS += -Wjump-misses-init linty: CCFLAGS += -Wfloat-equal linty: CCFLAGS += -Wcast-align linty: CCFLAGS += -Wwrite-strings