From da92d8a8559bb289af3786b7cf33d637f07429fc Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 3 Aug 2008 09:38:36 +0200 Subject: [PATCH] Makefile fix --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2