[VOL-1346] This commit addresses device discovery notifications
which will be principally used by the affinity router. In doing so
this commit also rename the core_adapter.proto to inter_container.proto.
Change-Id: Ib2a7b84efa50367d0ffbc482fba6096a225f3150
diff --git a/python/Makefile b/python/Makefile
index b19472f..c2fd010 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -189,7 +189,11 @@
make -C voltha/protos install-protoc
clean:
- find voltha -name '*.pyc' | xargs rm -f
+ find . -name '*.pyc' | xargs rm -f
+ rm -f ./protos/*_pb2.py
+ rm -f ./protos/*_pb2_grpc.py
+ rm -f ./protos/*.desc
+ rm -f ./protos/*.proto
distclean: clean
rm -rf ${VENVDIR}