From 81f421b9c0798aafe149ae1ee1b9196bf55baaf6 Mon Sep 17 00:00:00 2001 From: Alexander Mahr Date: Wed, 1 Jan 2025 17:10:43 +0100 Subject: [PATCH] add requirements to rules --- app/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Makefile b/app/Makefile index a8041f1..3a421de 100644 --- a/app/Makefile +++ b/app/Makefile @@ -61,13 +61,14 @@ include Makefile.app-config mkdir -p $@ # install the necessary android sdks -./android-sdk/installed: app-config.sh +./android-sdk/installed: app-config.sh ./.Makefile.scripts/make--android-sdk.sh ./.Makefile.scripts/make--android-sdk.sh # generate the AndroidManifest.xml -./AndroidManifest.xml: app-config.sh +./AndroidManifest.xml: app-config.sh ./.Makefile.scripts/make--AndroidManifest.xml ./.Makefile.scripts/make--AndroidManifest.xml +# !!this step (when/if) run will trigger a restart of the "make" as the rules tartget is included Makefile.app-config: app-config.sh Makefile source app-config.sh; \ tee $@ << MAKEFILE_APP_CONFIG