summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-30 09:49:34 +0100
committerJoe Carstairs <me@joeac.net>2026-06-30 09:49:34 +0100
commit5265f3e83c6c95e732804fbb5358f3777b91a960 (patch)
tree9486745206f36250f99a5600024814ca40ec1f47 /Makefile
parent5aa03f88dcade867fa0cab5bc6ac0b900a4b6c01 (diff)
uninstall uses sub-install.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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