adjustment for dir-based approach

This commit is contained in:
Jeffrey Paul 2025-07-15 12:45:21 +02:00
parent d5fa923653
commit e2e4e6f518

View File

@ -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