From 5987a0f6bf34fdb1e8063b05eaeba55587bac01e Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Wed, 2 Mar 2016 23:32:58 +0200 Subject: [PATCH] Merge Makefile changes. --- koperkapel/images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.34.1