From: Eric S. Raymond Date: Thu, 29 Jun 2017 11:05:11 +0000 (-0400) Subject: Address GitLab issue #16: `make dist` produces incomplete tarball X-Git-Tag: 1.1~35 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=289f72e078591f96452d17051cf712c49e5ac523;p=open-adventure.git Address GitLab issue #16: `make dist` produces incomplete tarball --- diff --git a/Makefile b/Makefile index 9cb6feb..6e24549 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ endif OBJS=main.o init.o actions.o score.o misc.o saveresume.o common.o CHEAT_OBJS=cheat.o init.o actions.o score.o misc.o saveresume.o common.o -SOURCES=$(OBJS:.o=.c) dungeon.c advent.h common.h adventure.text Makefile control linenoise/linenoise.[ch] newdungeon.py +SOURCES=$(OBJS:.o=.c) dungeon.c advent.h common.h adventure.text adventure.yaml Makefile control linenoise/linenoise.[ch] newdungeon.py .c.o: $(CC) $(CCFLAGS) $(DBX) -c $<