moves helper makefiles into make/ dir

This commit is contained in:
2026-07-01 18:31:34 +01:00
parent f73512107c
commit c7c8a96a57
7 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -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:
View File
View File
View File
View File
View File
View File