blocklisty/Makefile

10 lines
212 B
Makefile

CONVERTER = python3 src/converter.py
build: src/seo-source.json
$(CONVERTER) --inputfile src/seo-source.json --targetformat adguard --outputfile dist/seo-nonsense/adguard.txt
clean:
rm -rf dist/*
all: build