diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-07 10:11:01 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-07 10:11:01 +0100 |
| commit | 44e4605be82c3a1820333f06ece493d8b9b217b9 (patch) | |
| tree | 548269a5a5375597ef73822ea6ba02eb700f8c45 /Makefile | |
| parent | 60ba3328fabf3a2e9ea85530eaed283b3150b313 (diff) | |
adds install_tls rule
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ $(foreach module,$(ALL_MODULES),$(eval $(call make_module_rule))) $(foreach module,$(ALL_MODULES),$(eval $(call module_env_rule))) .PHONY: install -install: install_nginx $(ENV_RULES) $(INSTALL_RULES) install_crontab +install: install_nginx install_tls $(ENV_RULES) $(INSTALL_RULES) install_crontab .PHONY: reinstall reinstall: reinstall_nginx reinstall_dyndns reinstall_tls $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab |
