projects
/
recode
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22aea3f
)
tests/Makefile.am: Switch from Pyrex to Cython.
author
François Pinard
<pinard@iro.umontreal.ca>
Sat, 30 Nov 2013 14:38:58 +0000
(09:38 -0500)
committer
François Pinard
<pinard@iro.umontreal.ca>
Sat, 30 Nov 2013 14:38:58 +0000
(09:38 -0500)
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index d1f7022116c2e72d4e1df300f408ffe78e85a32e..1389e4fa9648bdc9962eee82235d4e54da496acf 100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-40,4
+40,4
@@
Recode.so: Recode.c setup.py
$(PYTHON) setup.py build
Recode.c: Recode.pyx
- cd $(srcdir) &&
pyrexc
Recode.pyx
+ cd $(srcdir) &&
cython
Recode.pyx