This commit is contained in:
Yiyi Liao 2019-07-29 12:03:09 +02:00
parent 14610a160b
commit bdcc50a88f

View File

@ -19,6 +19,9 @@ all: pyrender
clean:
rm render/*.o
rm cyrender.cpp
rm ./*.so
rm -rf ./build/
pyrender: $(PYRENDER_DEPENDENCIES)
python setup.py build_ext --inplace