Thin-case dev machine passing OLT-test with Tibit
diff --git a/Makefile b/Makefile
index 02fb5f1..b0455d3 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@
@echo
@echo "build : Build the Voltha docker image (default target)"
@echo "clean : Remove files created by the build and tests"
+ @echo "distclean : Remove venv directory"
@echo "fetch : Pre-fetch artifacts for subsequent local builds"
@echo "flake8 : Run specifically flake8 tests"
@echo "help : Print this help"
@@ -83,6 +84,9 @@
clean:
find voltha -name '*.pyc' | xargs rm -f
+distclean: clean
+ rm -rf ${VENVDIR}
+
fetch:
docker pull consul:latest
docker pull fluent/fluentd:latest