Add depfile generation support to cythonize (GH-4563)
Add a new command line option so that $ cythonize -M foo.pyx produces a file `foo.c.dep` with dependencies of foo.pyx, in addition to `foo.c`. Try to write relative paths as much as possible. Closes https://github.com/cython/cython/issues/1214
Showing
tests/build/depfile.srctree
0 → 100644
Please register or sign in to comment