diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-02 08:10:25 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-02 08:10:25 +0100 |
| commit | 8a5ad04776a8521cec7f46dff723341ed1c8eddb (patch) | |
| tree | 081f22b944269f6895ace0598503af0700349c59 /Makefile | |
| parent | 6a726a331da8e3265c70e3d0401432c8c7271e62 (diff) | |
adds reinstall rule
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ $(foreach module,$(MODULES),$(eval $(call module_env_rule))) .PHONY: install install: install_nginx $(ENV_RULES) $(INSTALL_RULES) install_crontab +.PHONY: reinstall +reinstall: reinstall_nginx $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab + .PHONY: uninstall uninstall: uninstall_nginx uninstall_dyndns uninstall_joeac.net_service $(UNINSTALL_RULES) uninstall_crontab |
