mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
update Makefile
This commit is contained in:
parent
03749ecb19
commit
cb9ccc91ab
1
Makefile
1
Makefile
@ -14,6 +14,7 @@ clean:
|
|||||||
zenity --question
|
zenity --question
|
||||||
rm -fr build/ dist/ src/*.egg-info/
|
rm -fr build/ dist/ src/*.egg-info/
|
||||||
find . | grep __pycache__ | xargs rm -fr
|
find . | grep __pycache__ | xargs rm -fr
|
||||||
|
find . | grep .pyc | xargs rm -f
|
||||||
|
|
||||||
all: build sdist bdist bdist_egg
|
all: build sdist bdist bdist_egg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user