From: Stefan Behnel Date: Sun, 3 Aug 2008 07:38:36 +0000 (+0200) Subject: Makefile fix X-Git-Tag: 0.9.8.1~95^2~6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=da92d8a8559bb289af3786b7cf33d637f07429fc;p=cython.git Makefile fix --- diff --git a/Makefile b/Makefile index f6ec1270..52690448 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ PYTHON?=python all: local -local: - ${PYTHON} setup.py build_ext --inplace +local: + ${PYTHON} setup.py build_ext --inplace clean: @echo Cleaning Source