projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d2a1e
)
Add a missing dependency.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 31 May 2017 17:08:23 +0000
(13:08 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 31 May 2017 17:08:23 +0000
(13:08 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a34c7a616fdfc65e0ba668bf93ed96652b5dc2cf..ea6f03b850495be56a1979bafa8d60e2bdf23bd0 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-31,7
+31,7
@@
score.o: misc.h main.h share.h database.h
misc.o: misc.h main.h database.h
-database.c database.h: compile
+database.c database.h: compile
adventure.text
./compile
$(CC) $(CCFLAGS) -O $(DBX) -c database.c