Dodanie Makefile
This commit is contained in:
parent
e75c6fdfed
commit
590a9fb6f4
9
Makefile
Normal file
9
Makefile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user