From 9f9e79ed9d972e34f73342e6f20e8de84dae1b74 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 26 May 2020 02:18:09 +0300 Subject: [PATCH] build the res target by default when EXTERNAL_TEXTURES is enabled --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 17b93a55..c862101d 100644 --- a/Makefile +++ b/Makefile @@ -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