X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;h=c2ea50efd73184fa7f22b23e1af00f33daca91bb;hb=e72f6434e45fd2f5dbc223fc05dae5e69e9f30eb;hp=3cac6205d7c305ec2e8bed5d2d541678c38794c2;hpb=455a4b9a6d1687e48b847a1232cc25d13064dd71;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 3cac620..c2ea50e 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -2,13 +2,13 @@ VPATH=../../sources # Vector tiles -TILE_DIRS=roach serum vehicle_tiles +TILE_DIRS=roach serum vehicle_tiles fixtures TILE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(TILE_DIRS)) -name "*.svg") TILE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(TILE_SVGS)) # Bitmap tiles -BTILE_DIRS=wall floor tunnel underground +BTILE_DIRS=wall floor tunnel underground grate BTILE_SRC=$(shell find $(patsubst %, $(VPATH)/bitmap/%, $(BTILE_DIRS)) -name "*.png") BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, bunker/%, $(BTILE_SRC))