This commit is contained in:
Yiyi Liao 2019-07-29 10:39:38 +02:00
parent f5e5c4bd3f
commit 9ce06a8a0e

View File

@ -21,7 +21,6 @@ clean:
rm render/*.o
pyrender: $(PYRENDER_DEPENDENCIES)
cd pyrender; \
python setup.py build_ext --inplace
%.c.o: %.c