summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-07 13:26:51 +0100
committerJoe Carstairs <me@joeac.net>2026-07-07 13:26:51 +0100
commit30af54b7506557873bb4647d4ca9d4471afe0531 (patch)
tree7327b68e010de6051e1779b32a5118d432e0633a
parentac0ebb5302d0af74bab50e2260747ef09ccd24ea (diff)
tls before nginx
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd1ab69..faa2d26 100644
--- a/Makefile
+++ b/Makefile
@@ -42,10 +42,10 @@ $(foreach module,$(ALL_MODULES),$(eval $(call make_module_rule)))
$(foreach module,$(ALL_MODULES),$(eval $(call module_env_rule)))
.PHONY: install
-install: install_nginx install_tls $(ENV_RULES) $(INSTALL_RULES) install_crontab
+install: install_tls install_nginx $(ENV_RULES) $(INSTALL_RULES) install_crontab
.PHONY: reinstall
-reinstall: reinstall_nginx reinstall_dyndns reinstall_tls $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab
+reinstall: reinstall_tls reinstall_nginx reinstall_dyndns $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab
.PHONY: uninstall
uninstall: uninstall_nginx uninstall_dyndns uninstall_tls uninstall_joeac.net_service $(UNINSTALL_RULES) uninstall_crontab