Delete egg-info on clean

This commit is contained in:
Ivan Habunek 2022-08-15 07:13:02 +02:00
parent f40fd290f7
commit 7ca71ddeca
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -8,7 +8,7 @@ dist :
clean : clean :
find . -name "*pyc" | xargs rm -rf $1 find . -name "*pyc" | xargs rm -rf $1
rm -rf build dist bundle MANIFEST htmlcov deb_dist twitch-dl.*.pyz twitch-dl.1.man rm -rf build dist bundle MANIFEST htmlcov deb_dist twitch-dl.*.pyz twitch-dl.1.man twitch_dl.egg-info
bundle: bundle:
mkdir bundle mkdir bundle