a couple of cython compile to binary patterns
Makefile - traditional makefile which makes it easier to pull cython into a makefile-oriented build chain
- example pattern
- if you're building cython libraries, add some setup.py
cy - a simple command-line bash wrapper
- compile a cython .pyx file to binary
- usage: cy ./file (less .pyx suffix)
- useful for simple .pyx files
An updated python3 / cython3 example is included with an updated Makefile