Actually include the dependency files in the tests Makefile

This commit is contained in:
Thomas Goyne 2014-03-31 10:22:54 -07:00
parent 8a520b31af
commit fb79c47cb5
1 changed files with 2 additions and 0 deletions

View File

@ -45,3 +45,5 @@ SRC = \
HEADER = support/*.h tests/*.h
include ../Makefile.target
-include support/*.d
-include tests/*.d