From 503609ba38413e93650ad0d520b710421fec2884 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 17 Jan 2007 15:03:13 +0000 Subject: Added a basic depend target. Maybe we should do full autodependency building? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@860 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/makefile') 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' -- cgit v1.2.3-54-g00ecf