X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;h=4959c985d960d37083e3790bedbeb390f9fdc483;hb=7e712cbf05af3a347ed98b43fa388903eb0719cc;hp=a0e7e625ef8ac448629fe50b010b947c4a8a91f4;hpb=3c60c1bcd78dcf2651791a1ee72d7266a3968b81;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index a0e7e62..4959c98 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -2,7 +2,7 @@ VPATH=../../sources # Vector tiles -TILE_DIRS=roach serum vehicle_tiles fixtures weapons +TILE_DIRS=roach serum vehicle_tiles fixtures weapons rat TILE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(TILE_DIRS)) -name "*.svg") TILE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(TILE_SVGS)) @@ -14,7 +14,7 @@ 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))