summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-02 08:05:51 +0100
committerJoe Carstairs <me@joeac.net>2026-07-02 08:05:51 +0100
commitb0fe5b4a44a27996236c9aa55a0bb6b2b075064d (patch)
treede5a7cfb20697fc862be2c267649127106e54e95 /Makefile
parent0e4aaabb54871361795c22431e5a77c8a6a4992e (diff)
uses vars to simplify install rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5faef6c..44e3504 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ $(foreach module,$(MAKE_MODULES),$(eval $(call make_module_rule)))
$(foreach module,$(MODULES),$(eval $(call module_env_rule)))
.PHONY: install
-install: install_nginx $(foreach module,$(MODULES),$(module)/.env install_$(module)) install_crontab
+install: install_nginx $(ENV_RULES) $(INSTALL_RULES) install_crontab
.PHONY: uninstall
uninstall: uninstall_nginx uninstall_dyndns uninstall_joeac.net_service $(foreach module,$(MODULES),uninstall_$(module)) uninstall_crontab