summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-07 10:11:01 +0100
committerJoe Carstairs <me@joeac.net>2026-07-07 10:11:01 +0100
commit44e4605be82c3a1820333f06ece493d8b9b217b9 (patch)
tree548269a5a5375597ef73822ea6ba02eb700f8c45 /Makefile
parent60ba3328fabf3a2e9ea85530eaed283b3150b313 (diff)
adds install_tls rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d84d9ec..fd1ab69 100644
--- a/Makefile
+++ b/Makefile
@@ -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