mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
build the res target by default when EXTERNAL_TEXTURES is enabled
This commit is contained in:
parent
655c381d6f
commit
9f9e79ed9d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -617,6 +617,9 @@ SHA1SUM = sha1sum
|
||||||
all: $(EXE)
|
all: $(EXE)
|
||||||
|
|
||||||
ifeq ($(EXTERNAL_TEXTURES),1)
|
ifeq ($(EXTERNAL_TEXTURES),1)
|
||||||
|
# depend on resources as well
|
||||||
|
all: res
|
||||||
|
|
||||||
# prepares the resource folder for external data
|
# prepares the resource folder for external data
|
||||||
res: $(EXE)
|
res: $(EXE)
|
||||||
@mkdir -p $(BUILD_DIR)/res
|
@mkdir -p $(BUILD_DIR)/res
|
||||||
|
|
Loading…
Reference in a new issue