X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;h=9aa073d649cd58c31657163114cbc090ae402d60;hp=9d849eae21887fa42e6a2cc18496291898dd2726;hb=1559d24f13b0ce63478fcc42d4c2560df583c3f2;hpb=c286465018f7a246e38c4d70b5bffb7e5f37556b diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 9d849ea..9aa073d 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -14,7 +14,7 @@ BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, bunker/%, $(BTILE_SRC)) # Vector images to rasterize without resizing -SIMPLE_DIRS=roach_management vehicles splash +SIMPLE_DIRS=roach_management vehicles splash projectiles SIMPLE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(SIMPLE_DIRS)) -name "*.svg") SIMPLE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(SIMPLE_SVGS))