Skip to content

Commit e8521c8

Browse files
committed
Clean up egg-info directory as well
1 parent f831d84 commit e8521c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ help:
6767

6868
clean:
6969
rm -rf $(BUILDDIR)/*
70-
rm -rf $(STUBDIR) $(DISTDIR)
70+
rm -rf $(STUBDIR) $(DISTDIR) *.egg-info
7171

7272
html:
7373
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

0 commit comments

Comments
 (0)