Commit 083ad8c6 authored by Stefan Behnel's avatar Stefan Behnel

Add Makefile targets for sdist build.

parent c2b80d87
......@@ -11,6 +11,11 @@ all: local
local:
${PYTHON} setup.py build_ext --inplace
sdist: dist/Cython-$(VERSION).tar.gz
dist/Cython-$(VERSION).tar.gz:
$(PYTHON) setup.py sdist
TMPDIR = .repo_tmp
.git: .gitrev
rm -rf $(TMPDIR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment