diff --git a/Makefile b/Makefile index 225cb68..e4335f0 100644 --- a/Makefile +++ b/Makefile @@ -82,8 +82,9 @@ clean: rm -f src/*.pyc rm -f src/*.mpy rm -f $(JUPYTER_PYTHON_FILES) - rm -r lib/ + rm -rf lib/ rm -f requirements.txt + $(VENV) jupyter nbconvert --clear-output --inplace src/*.ipynb env: poetry install