mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
|
@build = ./_build
|
||
|
|
||
|
** !_build/** ../netlib/**/*.py ../mitmproxy/**/*.py {
|
||
|
prep: sphinx-build -W -d @build/doctrees -b html . @build/html
|
||
|
daemon: devd -m @build/html
|
||
|
}
|