summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/makefile.unix
diff options
context:
space:
mode:
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)