6 lines
195 B
Makefile
6 lines
195 B
Makefile
|
|
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)
|