summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-02 09:06:46 +0100
committerJoe Carstairs <me@joeac.net>2026-07-02 09:06:46 +0100
commita7ea5780cc8a1723e564753d962d6a51ba60fb0b (patch)
treee66fa06be958252106d2d038947ce6c93ef95780 /Makefile
parent6f06fc950370c661eb302cac9496eb78dbb36f7f (diff)
prunes dyndns crontabs on reinstall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f6c803..320e10a 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ $(foreach module,$(MODULES),$(eval $(call module_env_rule)))
install: install_nginx $(ENV_RULES) $(INSTALL_RULES) install_crontab
.PHONY: reinstall
-reinstall: reinstall_nginx $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab
+reinstall: reinstall_nginx reinstall_dyndns $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab
.PHONY: uninstall
uninstall: uninstall_nginx uninstall_dyndns uninstall_joeac.net_service $(UNINSTALL_RULES) uninstall_crontab