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:
880d170
)
Added dependency to newdb.h to make 'make -j' work
92/head
author
Bob Little
<Bob.Little@aeronix.com>
Sat, 17 Jun 2017 02:17:40 +0000
(22:17 -0400)
committer
Bob Little
<Bob.Little@aeronix.com>
Sat, 17 Jun 2017 02:17:40 +0000
(22:17 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3c0e965e14bace008c5444111b57306bd6966fad..218a173d0f8ca71922c2b577de0545cc0b61e54d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-42,13
+42,13
@@
main.o: advent.h database.h common.h newdb.h
init.o: advent.h database.h common.h newdb.h
-actions.o: advent.h database.h common.h
+actions.o: advent.h database.h common.h
newdb.h
score.o: advent.h database.h common.h newdb.h
misc.o: advent.h database.h common.h newdb.h
-saveresume.o: advent.h database.h common.h
+saveresume.o: advent.h database.h common.h
newdb.h
common.o: common.h