mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Fix clean target not deleting pycache
This commit is contained in:
parent
01635c50c7
commit
afad7663f0
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ clean-py:
|
|||||||
rm --recursive --force ./dist
|
rm --recursive --force ./dist
|
||||||
rm --recursive --force ./build
|
rm --recursive --force ./build
|
||||||
rm --recursive --force ./*.egg-info
|
rm --recursive --force ./*.egg-info
|
||||||
rm --recursive --force __pycache__/
|
rm --recursive --force ./**/__pycache__/
|
||||||
|
|
||||||
clean: clean-tox clean-py; ## Clean temp build/cache files and directories
|
clean: clean-tox clean-py; ## Clean temp build/cache files and directories
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user