From 44e4605be82c3a1820333f06ece493d8b9b217b9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 7 Jul 2026 10:11:01 +0100 Subject: adds install_tls rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3