Finishing make app refactor.

This commit is contained in:
2026-07-03 10:14:03 -07:00
parent 0f82b97ff6
commit 422d2a38d2
22 changed files with 187 additions and 160 deletions

View File

@@ -0,0 +1,5 @@
IMAGE_DEPS := $(IMAGE_DEPS) \
app/ghost/.compose-env
app/ghost/.compose-env: $(apps_config) app/ghost/.compose.env.tmpl app/ghost/make-ghost-env.sh
./app/ghost/make-ghost-env.sh $(apps_config)