diff options
| author | John Reese <john@noswap.com> | 2019-06-02 15:12:29 -0700 |
|---|---|---|
| committer | John Reese <john@noswap.com> | 2019-06-02 15:12:29 -0700 |
| commit | e8521c83797f0e54dca4ebc4750224c84a31457e (patch) | |
| tree | fdb019fdd720e4e7132d3ca05db5223ced1a72cb /Makefile | |
| parent | f831d8443598f624ffca40e33448233987dddf5f (diff) | |
Clean up egg-info directory as well
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
