projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
514d1d4
)
freeze: fix Makefile's CYTHON path
author
Mark Lodato
<lodatom@gmail.com>
Sun, 4 Oct 2009 22:45:27 +0000
(18:45 -0400)
committer
Mark Lodato
<lodatom@gmail.com>
Sun, 4 Oct 2009 22:45:27 +0000
(18:45 -0400)
Demos/freeze/Makefile
patch
|
blob
|
history
diff --git
a/Demos/freeze/Makefile
b/Demos/freeze/Makefile
index aa09c83bcc6e644c0ac4ba37debc3eb1088e80af..be24116e4b00391836efc88eb5a60d300b7f334c 100644
(file)
--- a/
Demos/freeze/Makefile
+++ b/
Demos/freeze/Makefile
@@
-1,5
+1,5
@@
CC = gcc
-CYTHON = ./../bin/cython
+CYTHON = .
.
/../bin/cython
CYTHON_FREEZE = ../../bin/cython_freeze
CFLAGS = -fPIC -g -O2 -Wall -Wextra