We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f831d84 commit e8521c8Copy full SHA for e8521c8
1 file changed
Makefile
@@ -67,7 +67,7 @@ help:
67
68
clean:
69
rm -rf $(BUILDDIR)/*
70
- rm -rf $(STUBDIR) $(DISTDIR)
+ rm -rf $(STUBDIR) $(DISTDIR) *.egg-info
71
72
html:
73
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
0 commit comments