Skip to content

Commit f3ee571

Browse files
committed
Clean also doc/examples/.
1 parent 9f78760 commit f3ee571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ clean:
3030
distclean: clean
3131
rm -rf .cache
3232
rm -f MANIFEST
33-
rm -f *.pyc tests/*.pyc
34-
rm -rf __pycache__ tests/__pycache__
33+
rm -f *.pyc tests/*.pyc doc/examples/*.pyc
34+
rm -rf __pycache__ tests/__pycache__ doc/examples/__pycache__
3535
rm -rf dist
3636
rm -rf pytest_dependency.egg-info
3737
rm -f python2_6.patch

0 commit comments

Comments
 (0)