X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;h=2bea035b8d8d9a8425b3f4cb5bd6a7cc3ae1bb76;hb=a0f1855922f8ab940307afee1a92e496753ffc77;hp=3cac6205d7c305ec2e8bed5d2d541678c38794c2;hpb=455a4b9a6d1687e48b847a1232cc25d13064dd71;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 3cac620..2bea035 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 weapons 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))