Add database.o to the linker list.
This commit is contained in:
parent
b29678956e
commit
955032bd24
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ SOURCES=$(OBJS:.o=.c) dungeon.c advent.h funcs.h sizes.h adventure.text Makefile
|
|||
$(CC) $(CCFLAGS) $(DBX) -c $<
|
||||
|
||||
advent: $(OBJS) database.o linenoise.o
|
||||
$(CC) $(CCFLAGS) $(DBX) -o advent $(OBJS) database.o $(LDFLAGS) $(LIBS)
|
||||
$(CC) $(CCFLAGS) $(DBX) -o advent $(OBJS) database.o linenoise.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
main.o: advent.h funcs.h database.h database.c sizes.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue