Skip to content

Commit 5430088

Browse files
committed
ENH: Add clean target to docs Makefile
1 parent ef37f6d commit 5430088

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ help:
1414

1515
.PHONY: help Makefile
1616

17+
clean:
18+
rm -rf _build
19+
rm -rf jupyterlite/_output
20+
1721
# Catch-all target: route all unknown targets to Sphinx using the new
1822
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1923
%: Makefile

0 commit comments

Comments
 (0)