From e2e4e6f5180a48e744ec4fef524ceebd61b6293a Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 15 Jul 2025 12:45:21 +0200 Subject: [PATCH] adjustment for dir-based approach --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8a55d4b..c6ca839 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,11 @@ default: commit commit: hosts @echo "Committing changes to the repository..." - @git add hosts hosts.txt list.txt + @git add hosts hosts.txt @git commit -m "Update hosts file" @git push origin main -hosts: list.txt +hosts: hostlists/*.txt ./generate.sh > $@ cp $@ hosts.txt