summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-02 09:36:16 +0100
committerJoe Carstairs <me@joeac.net>2026-08-02 09:36:28 +0100
commite6bbca473453a8d797060d97fe8ad3e729719b53 (patch)
tree3224306c4bf061acdaaaeca889f4881eab28bc54 /Makefile
parent7b75d7532e7b549efbe15c306f91ea67f2a5a4eb (diff)
move mox and ln from make to ansible
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 22d0fff..8707dce 100644
--- a/Makefile
+++ b/Makefile
@@ -42,13 +42,13 @@ $(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: $(ENV_RULES) $(INSTALL_RULES) install_crontab
.PHONY: reinstall
-reinstall: reinstall_nginx $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab
+reinstall: $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab
.PHONY: uninstall
-uninstall: uninstall_nginx uninstall_joeac.net_service $(UNINSTALL_RULES) uninstall_crontab
+uninstall: uninstall_joeac.net_service $(UNINSTALL_RULES) uninstall_crontab
$(foreach module,$(ALL_MODULES),$(eval $(install_module_rule)))
$(foreach module,$(ALL_MODULES),$(eval $(reinstall_module_rule)))
@@ -60,5 +60,4 @@ clean:
include make/container.mk
include make/openrc.mk
-include make/nginx.mk
include make/crontab.mk