Commit 008a737a authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: make clean does not remove venvs

Solution: remove them
parent 3022ddbe
......@@ -142,4 +142,4 @@ docker_deb_sys:
docker run debian_system_buildout /bin/bash -c 'RUN_COVERAGE= COVERAGE_REPORT= /buildout/bin/test -c -vvv -t abi'
clean:
rm -rf $(VENVS) $(PYTHON_BUILD_DIR) $(HERE)/pythons
rm -rf $(HERE)/venvs $(PYTHON_BUILD_DIR) $(HERE)/pythons
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment