add requirements to rules

This commit is contained in:
Alexander Mahr 2025-01-01 17:10:43 +01:00
parent 2787aee01a
commit 81f421b9c0

View file

@ -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