Skip to content

Commit b5e633b

Browse files
committed
Bump http-parser to v2.9.0
1 parent 4cf09bb commit b5e633b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: compile release test
1+
.PHONY: compile release test distclean
22

33

44
compile:
@@ -12,3 +12,9 @@ release: compile test
1212

1313
test:
1414
python3 -m unittest discover -s tests -v
15+
16+
17+
distclean:
18+
git --git-dir="./vendor/http-parser/.git" clean -dfx
19+
find ./httptools/parser -name '*.c' | xargs rm
20+
find ./httptools/parser -name '*.html' | xargs rm

0 commit comments

Comments
 (0)