diff --git a/Makefile b/Makefile index 18dd38e..d934435 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ CONVERTER = python3 src/converter.py -build: src/seo-source.json +dist/seo-nonsense/adguard.txt:: src/seo-source.json $(CONVERTER) --inputfile src/seo-source.json --targetformat adguard --outputfile dist/seo-nonsense/adguard.txt +build: dist/seo-nonsense/adguard.txt + + clean: rm -rf dist/*