Clean the breathe-apidoc files with make clean

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2023-03-28 15:01:34 +01:00
parent 66ef2a06d5
commit 9a2ddfd147
+2
View File
@@ -18,6 +18,8 @@ help:
clean:
@# Clean the apidoc
$(MAKE) -C .. apidoc_clean
@# Clean the breathe-apidoc generated files
rm -rf ./api
@# Clean the sphinx docs
@$(SPHINXBUILD) -M clean "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)