Skip to content

Commit 17afc93

Browse files
committed
Tweak Makefile to remove _all_ html files
1 parent 01480b4 commit 17afc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ all: clean compile
66

77
clean:
88
rm -fdr uvloop/*.c uvloop/*.html uvloop/*.so build *.egg-info
9+
rm -fdr uvloop/handles/*.html uvloop/includes/*.html
910
find . -name '__pycache__' | xargs rm -rf
1011

1112

0 commit comments

Comments
 (0)