summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.x11
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.x11')
-rw-r--r--crawl-ref/source/makefile.x113
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.x11 b/crawl-ref/source/makefile.x11
index 4eebd58053..248ae48d98 100644
--- a/crawl-ref/source/makefile.x11
+++ b/crawl-ref/source/makefile.x11
@@ -145,7 +145,8 @@ tilep-cmt.h
TILEFILES = \
tile.png \
player.png \
- wall2d.png
+ wall2d.png \
+ title.png
DESTTILEFILES = $(TILEFILES:%=dat/tiles/%)
EXTRA_DEPENDS += $(TILEHEADERS) $(DESTTILEFILES)