Dodanie zależności src/seo-source.json w Makefile

This commit is contained in:
Wiktor 2025-05-20 17:50:03 +02:00
parent e28100335d
commit 769fd6e360

View File

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