X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;fp=koperkapel%2Fimages%2FMakefile;h=2700e15f49dd17f5251dc4fdac75d8ace1485306;hb=44d78d057a7f0c3e14e327069b1ff5709e8923d4;hp=3cac6205d7c305ec2e8bed5d2d541678c38794c2;hpb=4eb5a9fa50cc64aeddad74161b915bbb5fc4e2c2;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 3cac620..2700e15 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -8,7 +8,7 @@ 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))