Fix for parallel make.
This commit is contained in:
parent
738504d280
commit
31ecc4a8e3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ init.o: advent.h funcs.h database.h
|
|||
|
||||
actions1.o: advent.h funcs.h database.h
|
||||
|
||||
actions2.o: advent.h funcs.h
|
||||
actions2.o: advent.h funcs.h database.h
|
||||
|
||||
score.o: advent.h database.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue