make: Rename 'sdist-upload' target to 'release'

This commit is contained in:
Yury Selivanov 2016-05-08 23:07:15 -04:00
parent 291f3cd9d4
commit 8fd3ec7436
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.PHONY: compile clean all distclean test debug sdist clean-libuv sdist-upload sdist-libuv .PHONY: compile clean all distclean test debug sdist clean-libuv release sdist-libuv
all: clean compile all: clean compile
@ -43,5 +43,5 @@ sdist: clean compile test sdist-libuv
python setup.py sdist python setup.py sdist
sdist-upload: clean compile test sdist-libuv release: clean compile test sdist-libuv
python setup.py sdist upload python setup.py sdist upload