diff options
| author | Stéphane Blondon <stephane.blondon@gmail.com> | 2019-11-29 16:15:47 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2019-11-29 16:28:41 +0100 |
| commit | dac176fdef4d5f9c16a5ec8ecadb605cd78e6335 (patch) | |
| tree | c85b8f72a0665255e400af535425651542fcb2c8 /Makefile | |
| parent | 2842f8ffd3dbab55f888f980c76be4f80235a4df (diff) | |
| download | pygments-git-dac176fdef4d5f9c16a5ec8ecadb605cd78e6335.tar.gz | |
Remove generated output/ directory when 'make clean' is called
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ check: -i docs/build -i pygments/formatters/_mapping.py -i pygments/unistring.py clean: clean-pyc - -rm -rf build + -rm -rf build tests/examplefiles/output -rm -f codetags.html clean-pyc: |
