X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=koperkapel%2Fimages%2FMakefile;h=9d849eae21887fa42e6a2cc18496291898dd2726;hb=b9e17cb11c1ec0f2ceefe228bb7751a06ae19877;hp=4959c985d960d37083e3790bedbeb390f9fdc483;hpb=7e712cbf05af3a347ed98b43fa388903eb0719cc;p=koperkapel.git diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 4959c98..9d849ea 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 grate +BTILE_DIRS=wall floor tunnel underground grate exit BTILE_SRC=$(shell find $(patsubst %, $(VPATH)/bitmap/%, $(BTILE_DIRS)) -name "*.png") BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, bunker/%, $(BTILE_SRC))