Skip to content

Commit 7323d5b

Browse files
committed
slight makefile clean
1 parent 5306125 commit 7323d5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Exceptions or notable authors are listed below
77
in reverse chronological order:
88

99
* files: *
10-
MPL-2.0 2015-2023 (c) Casper da Costa-Luis
10+
MPL-2.0 2015-2024 (c) Casper da Costa-Luis
1111
[casperdcl](https://github.com/casperdcl).
1212
* files: tqdm/_tqdm.py
1313
MIT 2016 (c) [PR #96] on behalf of Google Inc.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ clean:
137137
@+python -c "import os, glob; [os.remove(i) for i in glob.glob('*.py[co]')]"
138138
@+python -c "import os, glob; [os.remove(i) for i in glob.glob('tests/*.py[co]')]"
139139
@+python -c "import os, glob; [os.remove(i) for i in glob.glob('benchmarks/*.py[co]')]"
140+
@+python -c "import os, glob; [os.remove(i) for i in glob.glob('examples/*.py[co]')]"
140141
@+python -c "import os, glob; [os.remove(i) for i in glob.glob('tqdm/*.py[co]')]"
141142
@+python -c "import os, glob; [os.remove(i) for i in glob.glob('tqdm/contrib/*.py[co]')]"
142-
@+python -c "import os, glob; [os.remove(i) for i in glob.glob('tqdm/examples/*.py[co]')]"
143143
toxclean:
144144
@+python -c "import shutil; shutil.rmtree('.tox', True)"
145145

0 commit comments

Comments
 (0)