We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daadccb commit 80008f9Copy full SHA for 80008f9
1 file changed
Makefile
@@ -44,4 +44,4 @@ doc:
44
$(SPHINX_BUILD) -b html $(PYDOCSRCDIR) $(PYDOCOUTDIR)/html
45
46
clean:
47
- rm -rf $(PYDOCOUTDIR) $(PYROOTDIR)/src/softfloatpy.egg-info ./dist ./wheelhouse $(find . -name '__pycache__')
+ rm -rf $(PYDOCOUTDIR) $(PYROOTDIR)/src/softfloatpy.egg-info $(PYDOCSRCDIR)/apidoc ./dist ./wheelhouse $$(find . -name '__pycache__')
0 commit comments