diff --git a/Makefile b/Makefile index 383f4f4..41b3b5c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ SRC = $(shell sed 's|^|$(SRC_DIR)/|' $(ORDER)) ASSETS_LUA = inc/meta/meta.assets.lua ASSETS_DIR = assets -ASSET_TYPES = tiles sprites sfx music +ASSET_TYPES = map tiles sprites sfx music # CI/CD variables VERSION_FILE = .version