Commit bb0bd12d authored by Stefan Behnel's avatar Stefan Behnel

Fix Makefile output.

parent 178b8e30
......@@ -49,7 +49,7 @@ s5:
wheel_manylinux: wheel_manylinux64 wheel_manylinux32
wheel_manylinux32 wheel_manylinux64: dist/Cython-$(VERSION).tar.gz
echo "Building wheels for Cython $VERSION"
echo "Building wheels for Cython $(VERSION)"
mkdir -p wheelhouse_$(subst wheel_,,$@)
time docker run --rm -t \
-v $(shell pwd):/io \
......
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