More Makefile syntax.
This commit is contained in:
parent
95dbec3543
commit
e585b1099d
|
|
@ -2,7 +2,7 @@ ASSETS := \
|
||||||
player_sheets/player_idle_sheet.png \
|
player_sheets/player_idle_sheet.png \
|
||||||
player_sheets/player_walk_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
|
ASSET_BUILDER_DIR = $(ASSETS_DIR)/asset_builder/src
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue