summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc9b8c2..f0eaad0 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ ifeq (,$(findstring clean-deps, $(MAKECMDGOALS)))
-include $(SWIFTEN_SOURCES:.cpp=.dep)
-include $(SWIFTEN_OBJECTIVE_SOURCES:.mm=.dep)
-include $(UNITTEST_SOURCES:.cpp=.dep)
+-include $(DEPS)
endif
endif