From 24204785d26a9b0346a5b1fa91cd10787483341a Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sat, 1 Sep 2012 10:58:53 +0200 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 585f21d1..6b16825d 100644 --- a/Makefile +++ b/Makefile @@ -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