adjustment for dir-based approach
This commit is contained in:
parent
d5fa923653
commit
e2e4e6f518
4
Makefile
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user