mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
fix Makefile
This commit is contained in:
parent
b4ab28d9c8
commit
24204785d2
2
Makefile
2
Makefile
@ -20,6 +20,6 @@ install: bdist_egg
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
zenity --warning
|
zenity --warning
|
||||||
python3 setup.py bdist bdist_egg upload
|
python3 setup.py sdist bdist_egg upload
|
||||||
|
|
||||||
.PHONY: default clean build sdist bdist bdist_egg install release
|
.PHONY: default clean build sdist bdist bdist_egg install release
|
||||||
|
Loading…
Reference in New Issue
Block a user