summaryrefslogtreecommitdiff
path: root/pixel-client/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pixel-client/makefile')
-rw-r--r--pixel-client/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/makefile b/pixel-client/makefile
index 08bc46bc..764a4564 100644
--- a/pixel-client/makefile
+++ b/pixel-client/makefile
@@ -58,6 +58,6 @@ assets/sprites/%/all: assets/%.ini $(TEXTURES) $(COMPOSE)
$(COMPOSE) $< assets/textures $(shell dirname $@)
@touch $@
-assets/atlas.ta assets/atlas.meta.csv: assets/sprites/items/all assets/sprites/tiles/all assets/sprites/misc/all $(PACK)
+assets/atlas.ta assets/atlas.meta.csv: assets/sprites/items/all assets/sprites/tiles/all assets/sprites/font/all assets/sprites/misc/all $(PACK)
@echo $(PACK) assets/atlas.ta assets/atlas.meta.csv ...
@$(PACK) assets/atlas.ta assets/atlas.meta.csv $(SPRITES)