From 5265f3e83c6c95e732804fbb5358f3777b91a960 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 30 Jun 2026 09:49:34 +0100 Subject: [PATCH] uninstall uses sub-install.mk --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8d0dd2f..7ecb9b2 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,9 @@ uninstall_$(module): sudo rc-service nginx restart; \ sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net; \ ) + $(if $(install_submake_file),\ + $(MAKE) --makefile $(install_submake_file) uninstall + ) endef