summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/makefile.mgw
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/rltiles/makefile.mgw')
-rw-r--r--crawl-ref/source/rltiles/makefile.mgw8
1 files changed, 6 insertions, 2 deletions
diff --git a/crawl-ref/source/rltiles/makefile.mgw b/crawl-ref/source/rltiles/makefile.mgw
index 9d1c86be79..040110d4e7 100644
--- a/crawl-ref/source/rltiles/makefile.mgw
+++ b/crawl-ref/source/rltiles/makefile.mgw
@@ -38,11 +38,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:
#pushd $(B2PSRC) && $(MAKE) -f makefile.mgw clean && popd
distclean: clean
- $(DELETE) $(TILEBMP)
+ $(DELETE) $(GENERATEDBMP)
$(DELETE) $(TILEPNG)
$(DELETE) $(HEADERS)