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 58920a4428
commit 2ea9c4c2c5
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