Actually include the dependency files in the tests Makefile
This commit is contained in:
parent
8a520b31af
commit
fb79c47cb5
1 changed files with 2 additions and 0 deletions
|
@ -45,3 +45,5 @@ SRC = \
|
||||||
HEADER = support/*.h tests/*.h
|
HEADER = support/*.h tests/*.h
|
||||||
|
|
||||||
include ../Makefile.target
|
include ../Makefile.target
|
||||||
|
-include support/*.d
|
||||||
|
-include tests/*.d
|
||||||
|
|
Loading…
Reference in a new issue