mirror of
https://github.com/enpaul/peewee-plus.git
synced 2024-11-15 02:56:53 +00:00
Add local pycache to clean target
This commit is contained in:
parent
1203806973
commit
566785f44f
1
Makefile
1
Makefile
@ -20,6 +20,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
|
||||||
|
find ./ -type d -name __pycache__ -prune -exec rm --recursive --force {} \;
|
||||||
|
|
||||||
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