From 5eb0416a478995f6f731db789a64090dde715f1a Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Fri, 1 May 2026 09:07:56 -0700 Subject: [PATCH] Fixing make rule for lb/caddyfile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2fd5d7d..6efe585 100644 --- a/Makefile +++ b/Makefile @@ -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/*) \