Dodanie Makefile

This commit is contained in:
Wiktor 2025-05-20 16:45:05 +02:00
parent e75c6fdfed
commit 590a9fb6f4

9
Makefile Normal file
View File

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