Skip to content

Commit b791b8b

Browse files
committed
make: Fix the "clean" target to remove *.html in pgproto/codecs
1 parent f0adefc commit b791b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ all: compile
1111
clean:
1212
rm -fr dist/ doc/_build/
1313
rm -fr asyncpg/pgproto/*.c asyncpg/pgproto/*.html
14-
rm -fr asyncpg/pgproto/pgproto/*.html
14+
rm -fr asyncpg/pgproto/codecs/*.html
1515
rm -fr asyncpg/protocol/*.c asyncpg/protocol/*.html
1616
rm -fr asyncpg/protocol/*.so build *.egg-info
1717
rm -fr asyncpg/protocol/codecs/*.html

0 commit comments

Comments
 (0)