From b7ea32d584173ad8f173f144583c875981d32e43 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Fri, 1 May 2026 08:28:23 -0700 Subject: [PATCH] Fixing Make rule to include all-apps/.env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea8d373..2fd5d7d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,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 \ +app/.dirstamp: all-apps/app.service all-apps/docker-compose.yaml all-apps/.env \ $(wildcard all-apps/lb/*) \ $(wildcard all-apps/nextcloud/*) \ $(wildcard all-apps/wg-easy/*) \