summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/makefile.unix
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 20:15:34 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-05 20:15:34 +0000
commit98222630689e0dc298ec7b42a50f788edab7b9c6 (patch)
tree62c7bef9d9a43aee81f808dadb969a0a20f63dce /crawl-ref/source/rltiles/makefile.unix
parentd3a0d2d064372264abf84befe6bdfe3e16382346 (diff)
downloadcrawl-ref-98222630689e0dc298ec7b42a50f788edab7b9c6.tar.gz
crawl-ref-98222630689e0dc298ec7b42a50f788edab7b9c6.zip
Adding title screen for tiles (and title_screen option.)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3206 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/rltiles/makefile.unix')
-rw-r--r--crawl-ref/source/rltiles/makefile.unix8
1 files changed, 6 insertions, 2 deletions
diff --git a/crawl-ref/source/rltiles/makefile.unix b/crawl-ref/source/rltiles/makefile.unix
index 663936f90a..1fb2efe23e 100644
--- a/crawl-ref/source/rltiles/makefile.unix
+++ b/crawl-ref/source/rltiles/makefile.unix
@@ -37,11 +37,15 @@ map.htm
ALLTOOLS = $(TOOLS) $(EXTRATOOLS)
-TILEBMP = \
+GENERATEDBMP = \
tile.bmp \
player.bmp \
wall2d.bmp
+TILEBMP = \
+$(GENERATEDBMP) \
+title.bmp
+
TILEPNG = $(TILEBMP:.bmp=.png)
##########################################################################
@@ -116,6 +120,6 @@ clean:
cd $(B2PSRC) && make -f makefile.lin clean && cd ..
distclean: clean
- $(DELETE) $(TILEBMP)
+ $(DELETE) $(GENERATEDBMP)
$(DELETE) $(TILEPNG)
$(DELETE) $(HEADERS)