Optimize Makefile
This commit is contained in:
parent
769fd6e360
commit
3684944481
5
Makefile
5
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/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user