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/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 9dc90ac5ad..a4ebcf8870 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -39,6 +39,11 @@ wizard:
debug:
$(MAKE) $(OTHER) -f $(MAKEFILE) DEBUG_CRAWL=y debug EXTRA_FLAGS='-g -DFULLDEBUG -DWIZARD'
+# [dshaligram] The individual makefile need not necessarily support
+# package-source; only makefile.lnx does at the moment.
+package-source:
+ $(MAKE) -f $(MAKEFILE) package-source
+
# DO NOT DELETE THIS LINE -- $(MAKE) depend depends on it.