Fixing make rule for lb/caddyfile

This commit is contained in:
2026-05-01 09:07:56 -07:00
parent b7ea32d584
commit 5eb0416a47

View File

@@ -6,6 +6,7 @@ apps_config := $(config_dir)apps.config
# .dirstamp plus && $@ is like make magic to get this rule
# to only run if the contents of all-apps changes
app/.dirstamp: all-apps/app.service all-apps/docker-compose.yaml all-apps/.env \
all-apps/lb/Caddyfile \
$(wildcard all-apps/lb/*) \
$(wildcard all-apps/nextcloud/*) \
$(wildcard all-apps/wg-easy/*) \