summaryrefslogtreecommitdiff
path: root/Demos/Makefile.nodistutils
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@landau.phys.spbu.ru>2008-02-01 13:46:15 +0300
committerKirill Smelkov <kirr@landau.phys.spbu.ru>2008-02-01 13:46:15 +0300
commitbb088c2a235384a029b4b3f05c4898e222cf0d0e (patch)
treee5fe4168f1585a0ee145d84230755c70ae4b2b13 /Demos/Makefile.nodistutils
parent97f8f9de7ed166f6673653565772057158f139b2 (diff)
downloadcython-bb088c2a235384a029b4b3f05c4898e222cf0d0e.tar.gz
Demos: pyrexc -> cython
Diffstat (limited to 'Demos/Makefile.nodistutils')
-rw-r--r--Demos/Makefile.nodistutils2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Makefile.nodistutils b/Demos/Makefile.nodistutils
index d648f8498..8b0c9c4b6 100644
--- a/Demos/Makefile.nodistutils
+++ b/Demos/Makefile.nodistutils
@@ -4,7 +4,7 @@ PYINCLUDE = \
-I$(PYHOME)/$(ARCH)/include/python2.2
%.c: %.pyx
- ../bin/pyrexc $<
+ ../bin/cython $<
%.o: %.c
gcc -c -fPIC $(PYINCLUDE) $<