14 lines
326 B
Makefile
14 lines
326 B
Makefile
test:
|
|
coverage run -m unittest discover testing; \
|
|
coverage report; \
|
|
coverage html
|
|
clean:
|
|
rm -r .coverage htmlcov
|
|
pc:
|
|
bash dnsmasq-china-list.sh
|
|
python gfwlist_to_dns.py pc
|
|
python dnscrypt_to_smartdns.py pc
|
|
openwrt:
|
|
bash dnsmasq-china-list.sh
|
|
python gfwlist_to_dns.py openwrt
|
|
python dnscrypt_to_smartdns.py openwrt
|