X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=506a6f6102a9e8a80da8b1edc0d8be53684eae2d;hp=ed13d890f47ef9d5251dc1c8448c9e0b918dbf42;hb=9e2cb3c19196a26af8e20803314f42b69dc0e014;hpb=f34df0b8a224d371420da98a55c47e33acec0288 diff --git a/Makefile b/Makefile index ed13d89..506a6f6 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: @@ -58,7 +58,7 @@ cheat: $(CHEAT_OBJS) dungeon.o check: advent cheat cd tests; $(MAKE) --quiet -coverage: debug cheat +coverage: debug cd tests; $(MAKE) coverage --quiet .SUFFIXES: .adoc .html .6 @@ -74,7 +74,7 @@ coverage: debug cheat 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.