Add a missing dependency.
This commit is contained in:
parent
77d2a1e5dd
commit
aacd3a5f8d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ score.o: misc.h main.h share.h database.h
|
||||||
|
|
||||||
misc.o: misc.h main.h database.h
|
misc.o: misc.h main.h database.h
|
||||||
|
|
||||||
database.c database.h: compile
|
database.c database.h: compile adventure.text
|
||||||
./compile
|
./compile
|
||||||
$(CC) $(CCFLAGS) -O $(DBX) -c database.c
|
$(CC) $(CCFLAGS) -O $(DBX) -c database.c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue