summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 74adf5d88c..495076e0c0 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -31,6 +31,9 @@ clean:
distclean:
$(MAKE) $(OTHER) -f $(MAKEFILE) distclean
+depend:
+ $(MAKE) $(OTHER) -f $(MAKEFILE) depend
+
# WIZARD mode currently includes asserts, bounds checking, and item checking
wizard:
$(MAKE) $(OTHER) -f $(MAKEFILE) debug EXTRA_FLAGS='-g -DWIZARD -DDEBUG -DDEBUG_ITEM_SCAN'