Address GitLab issue #16: make dist
produces incomplete tarball
This commit is contained in:
parent
50435465a6
commit
289f72e078
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue