Fixing Make rule to include all-apps/.env
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ apps_config := $(config_dir)apps.config
|
|||||||
|
|
||||||
# .dirstamp plus && $@ is like make magic to get this rule
|
# .dirstamp plus && $@ is like make magic to get this rule
|
||||||
# to only run if the contents of all-apps changes
|
# to only run if the contents of all-apps changes
|
||||||
app/.dirstamp: all-apps/app.service all-apps/docker-compose.yaml \
|
app/.dirstamp: all-apps/app.service all-apps/docker-compose.yaml all-apps/.env \
|
||||||
$(wildcard all-apps/lb/*) \
|
$(wildcard all-apps/lb/*) \
|
||||||
$(wildcard all-apps/nextcloud/*) \
|
$(wildcard all-apps/nextcloud/*) \
|
||||||
$(wildcard all-apps/wg-easy/*) \
|
$(wildcard all-apps/wg-easy/*) \
|
||||||
|
|||||||
Reference in New Issue
Block a user