More Makefile syntax.

This commit is contained in:
Ulysse Cura 2026-07-20 16:57:58 +02:00
parent 95dbec3543
commit e585b1099d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ ASSETS := \
player_sheets/player_idle_sheet.png \
player_sheets/player_walk_sheet.png
ASSETS := $(ASSETS:%=$(ASSETS_DIR)/%)
ASSETS := $(addprefix $(ASSETS_DIR)/,$(ASSETS))
ASSET_BUILDER_DIR = $(ASSETS_DIR)/asset_builder/src