From: Simon Cross Date: Wed, 2 Mar 2016 21:32:58 +0000 (+0200) Subject: Merge Makefile changes. X-Git-Url: https://git.ctpug.org.za/?a=commitdiff_plain;h=5987a0f6bf34fdb1e8063b05eaeba55587bac01e;p=koperkapel.git Merge Makefile changes. --- diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index d6c28b9..d55f911 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -14,7 +14,7 @@ BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, %, $(BTILE_SRC)) # Vector images to rasterize without resizing -SIMPLE_DIRS=roach_management +SIMPLE_DIRS=roach_management vehicles SIMPLE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(SIMPLE_DIRS)) -name "*.svg") SIMPLE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(SIMPLE_SVGS))