mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
6 lines
157 B
Text
6 lines
157 B
Text
@build = ./_build
|
|
|
|
** !_build/** ../mitmproxy/**/*.py {
|
|
prep: sphinx-build -W -d @build/doctrees -b html . @build/html
|
|
daemon: devd -m @build/html
|
|
}
|