Add placeholder exit tile
[koperkapel.git] / koperkapel / images / Makefile
index 4959c985d960d37083e3790bedbeb390f9fdc483..9d849eae21887fa42e6a2cc18496291898dd2726 100644 (file)
@@ -8,7 +8,7 @@ TILE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(TILE_SVGS))
 
 # Bitmap tiles
 
-BTILE_DIRS=wall floor tunnel underground grate
+BTILE_DIRS=wall floor tunnel underground grate exit
 BTILE_SRC=$(shell find $(patsubst %, $(VPATH)/bitmap/%, $(BTILE_DIRS)) -name "*.png")
 BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, bunker/%, $(BTILE_SRC))