From 769fd6e360f17c3a5b244b1c05dcf86cc0f364fa Mon Sep 17 00:00:00 2001 From: Wiktor <> Date: Tue, 20 May 2025 17:50:03 +0200 Subject: [PATCH] =?UTF-8?q?Dodanie=20zale=C5=BCno=C5=9Bci=20src/seo-source?= =?UTF-8?q?.json=20w=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eef09b..18dd38e 100644 --- a/Makefile +++ b/Makefile @@ -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: