|
@@ -42,9 +42,11 @@ install:
|
|
fi
|
|
fi
|
|
$(PYTHON) setup.py install
|
|
$(PYTHON) setup.py install
|
|
|
|
|
|
|
|
+if STARPU_BUILD_STARPUPY
|
|
clean-local:
|
|
clean-local:
|
|
$(PYTHON) setup.py clean
|
|
$(PYTHON) setup.py clean
|
|
rm -f starpu/*py starpu/*c
|
|
rm -f starpu/*py starpu/*c
|
|
|
|
+endif
|
|
|
|
|
|
distclean-local:
|
|
distclean-local:
|
|
rm -rf build
|
|
rm -rf build
|