diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-30 09:49:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-30 09:49:34 +0100 |
| commit | 5265f3e83c6c95e732804fbb5358f3777b91a960 (patch) | |
| tree | 9486745206f36250f99a5600024814ca40ec1f47 /Makefile | |
| parent | 5aa03f88dcade867fa0cab5bc6ac0b900a4b6c01 (diff) | |
uninstall uses sub-install.mk
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
