From c7c8a96a572dd04c3aff44284c4c46da04deaa37 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 1 Jul 2026 18:31:34 +0100 Subject: moves helper makefiles into make/ dir --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0b00008..2da0faa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -include vars.mk +include make/vars.mk ############# @@ -67,11 +67,11 @@ $(foreach module,$(MODULES),$(eval $(install_module_rule))) $(foreach module,$(MODULES),$(eval $(reinstall_module_rule))) $(foreach module,$(MODULES),$(eval $(uninstall_module_rule))) -include container.mk -include openrc.mk -include nginx.mk -include crontab.mk -include dyndns.mk +include make/container.mk +include make/openrc.mk +include make/nginx.mk +include make/crontab.mk +include make/dyndns.mk .PHONY: clean clean: -- cgit v1.2.3