Skip to content

Commit c13fc01

Browse files
Merge pull request #410 from hyanwong/add-make-clean
Add make clean to docs Makefile
2 parents 73b7e7b + 78454b7 commit c13fc01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ ${DOXYGEN_XML}: ../c/tskit/*.h
1919
help:
2020
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2121

22+
clean:
23+
rm -rf $(BUILDDIR) $(DOXYGEN_XML)
24+
2225
# .PHONY: help Makefile
2326

2427
# # Catch-all target: route all unknown targets to Sphinx using the new

0 commit comments

Comments
 (0)