fix
This commit is contained in:
parent
14610a160b
commit
bdcc50a88f
@ -19,6 +19,9 @@ all: pyrender
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm render/*.o
|
rm render/*.o
|
||||||
|
rm cyrender.cpp
|
||||||
|
rm ./*.so
|
||||||
|
rm -rf ./build/
|
||||||
|
|
||||||
pyrender: $(PYRENDER_DEPENDENCIES)
|
pyrender: $(PYRENDER_DEPENDENCIES)
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
|
Loading…
Reference in New Issue
Block a user