We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0adefc commit b791b8bCopy full SHA for b791b8b
Makefile
@@ -11,7 +11,7 @@ all: compile
11
clean:
12
rm -fr dist/ doc/_build/
13
rm -fr asyncpg/pgproto/*.c asyncpg/pgproto/*.html
14
- rm -fr asyncpg/pgproto/pgproto/*.html
+ rm -fr asyncpg/pgproto/codecs/*.html
15
rm -fr asyncpg/protocol/*.c asyncpg/protocol/*.html
16
rm -fr asyncpg/protocol/*.so build *.egg-info
17
rm -fr asyncpg/protocol/codecs/*.html
0 commit comments