From 484ca51a6fe2d011e64e1026492cc8288fc8f5f9 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 12 Apr 2016 13:23:22 -0400 Subject: [PATCH] make: Fix sdist-build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9cf54b..b4d0420 100644 --- a/Makefile +++ b/Makefile @@ -39,4 +39,4 @@ sdist: clean compile test clean-libuv sdist-upload: clean compile test clean-libuv - python3 setup.py sdist + python3 setup.py sdist upload