Skip to content

Commit

Permalink
Remove generated output/ directory when 'make clean' is called
Browse files Browse the repository at this point in the history
  • Loading branch information
sblondon authored and birkenfeld committed Nov 29, 2019
1 parent 2842f8f commit dac176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dac176f

Please sign in to comment.