summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Reese <john@noswap.com>2019-06-02 15:12:29 -0700
committerJohn Reese <john@noswap.com>2019-06-02 15:12:29 -0700
commite8521c83797f0e54dca4ebc4750224c84a31457e (patch)
treefdb019fdd720e4e7132d3ca05db5223ced1a72cb /Makefile
parentf831d8443598f624ffca40e33448233987dddf5f (diff)
Clean up egg-info directory as well
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc546279d..09fbf9c1a 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ help:
clean:
rm -rf $(BUILDDIR)/*
- rm -rf $(STUBDIR) $(DISTDIR)
+ rm -rf $(STUBDIR) $(DISTDIR) *.egg-info
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html