build the res target by default when EXTERNAL_TEXTURES is enabled

This commit is contained in:
fgsfds 2020-05-26 02:18:09 +03:00
parent 655c381d6f
commit 9f9e79ed9d
1 changed files with 3 additions and 0 deletions

View File

@ -617,6 +617,9 @@ SHA1SUM = sha1sum
all: $(EXE)
ifeq ($(EXTERNAL_TEXTURES),1)
# depend on resources as well
all: res
# prepares the resource folder for external data
res: $(EXE)
@mkdir -p $(BUILD_DIR)/res