From 289f72e078591f96452d17051cf712c49e5ac523 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 29 Jun 2017 07:05:11 -0400 Subject: [PATCH] Address GitLab issue #16: `make dist` produces incomplete tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $< -- 2.31.1