projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80252e8
)
Makefile fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 3 Aug 2008 07:38:36 +0000
(09:38 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 3 Aug 2008 07:38:36 +0000
(09:38 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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