X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;h=9d849eae21887fa42e6a2cc18496291898dd2726;hb=1d9e4b9e57fb1fa4f9b7b08d786e53b8269c09a5;hp=be3de8389c328c049b9d038bfdccc9d01aafff58;hpb=43524e0a302f11d0953e86e4fac76df92ed834ac;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index be3de83..9d849ea 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -8,13 +8,13 @@ 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)) # Vector images to rasterize without resizing -SIMPLE_DIRS=roach_management vehicles +SIMPLE_DIRS=roach_management vehicles splash SIMPLE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(SIMPLE_DIRS)) -name "*.svg") SIMPLE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(SIMPLE_SVGS))