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