update and fix Dockerfile

This commit is contained in:
2021-01-26 16:34:01 +01:00
parent e7d261d2c4
commit a3b78f5ae2
5 changed files with 9 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ cython-build : cython/setup.py cython/tdm_reaper.pxd cython/py_tdm_reaper.pyx $(
python3 $< build_ext --inplace
cp -v tdm_reaper.cpython-*.so python/
cython-install : cython/setup.py cython/tdm_reaper.pyx cython/tdm_reaper.pyx
cython-install : cython/setup.py cython/tdm_reaper.pxd cython/py_tdm_reaper.pyx $(HPP) lib/tdm_reaper.cpp
python3 $< install
clean-cython :