Makefile fix
authorStefan Behnel <scoder@users.berlios.de>
Sun, 3 Aug 2008 07:38:36 +0000 (09:38 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 3 Aug 2008 07:38:36 +0000 (09:38 +0200)
Makefile

index f6ec12703e338c6567607e776fa9eb5f56654c73..5269044897914c96bef9e2d1b90de59a1a937363 100644 (file)
--- 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