Added dependency to newdb.h to make 'make -j' work
This commit is contained in:
parent
880d17042c
commit
a73620cca5
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
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
|
score.o: advent.h database.h common.h newdb.h
|
||||||
|
|
||||||
misc.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
|
common.o: common.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue