makefile/app.mk -> scripts/app.mk

This commit is contained in:
2023-01-16 10:50:14 +00:00
parent 13ff868cde
commit 8a55a03576
4 changed files with 13 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ ZIP_EXCLUDE= -x \*.pkg -x storeassets\* -x keys\* -x \*/.\*
APPS_ROOT_DIR := $(shell git rev-parse --show-toplevel)
include $(APPS_ROOT_DIR)/makefile/app.mk
include $(APPS_ROOT_DIR)/scripts/app.mk