fix Makefile

This commit is contained in:
Mort Yao 2012-09-01 10:58:53 +02:00
parent b4ab28d9c8
commit 24204785d2

View File

@ -20,6 +20,6 @@ install: bdist_egg
release:
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