summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index e098964b41..5affb0dc16 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -77,6 +77,9 @@ all: $(APPNAME)
prepare:
if not exist $(OPATH) mkdir $(OPATH)
+DEPENDENCY_MKF := makefile.dep
+-include $(DEPENDENCY_MKF)
+
##########################################################################
# The level compiler
#